StrokePainter class
Creates our "lines and circles" on the left hand side of the schedule list for each bus. This particular class is responsible for all stops but the first.
Constructors
- StrokePainter({dynamic circleColor, dynamic lineColor, bool last: false})
Properties
- circleColor → dynamic
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- last → bool
-
final
- lineColor → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
paint(
dynamic canvas, dynamic size) → void -
shouldRepaint(
dynamic oldDelegate) → bool -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited