Lane class

Constructors

Lane({required String name, required int laneIndex, double height = 70, double width = 300, Color backgroundColor = Colors.white, TextStyle textStyle = const TextStyle(color: Colors.blue)})

Properties

backgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
laneIndex int
If on a 7 week timetable this can Specify which day of the week the lane uniquely represent. Note:: if using a 7 weekday timetable Monday is 1 AND Sunday is 7 according to what is obtainable in Dart DateTime Class also number of lanes one can specify is arbitrary. you are not restricted to 7 days
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final
width double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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