BusTimelineState class

Defines each bus and makes a tab for each one atop of the schedule panel.

Constructors

BusTimelineState()

Properties

busTabs List
final
hashCode int
The hash code for this object. [...]
read-only, inherited
isExpandedList List<bool>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

build(dynamic context) → dynamic
Builds each tab for each bus and also accounts for the users light preferences.
busList(int idx, Function _containsFilter, Function _jumpMap) → dynamic
Builds the buslist widget which contains all the stops and useful user information like the next arrival.
dispose() → void
initState() → void
Affects the expansion of each bus's list of stops
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited