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

circleColor → dynamic
final
first bool
final
hashCode int
The hash code for this object. [...]
read-only, inherited
last bool
final
lineColor → dynamic
final
overflow double
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