FillPainter class
Creates our "lines and circles" on the left hand side of the schedule list for each shuttle. This particular class is responsible for the first stop.
Constructors
- FillPainter({dynamic circleColor, dynamic lineColor, bool first: false, bool last: false, double overflow: 8.0})
Properties
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