ShuttleTimelineState class

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

Constructors

ShuttleTimelineState()

Properties

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
shuttleTabs List
final

Methods

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

Operators

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