FillPainter class

Creates our "lines and circles" on the left hand side of the schedule list for each bus. This particular class is responsible for the first stop.

Constructors

FillPainter({dynamic circleColor, dynamic lineColor, bool first: false, bool last: false, double overflow: 30.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
WARNING: Default value for overflow may need to be changed based on how much space the names of the
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
Controls how the circle and lines are drawn.
shouldRepaint(dynamic oldDelegate) bool
toString() String
Returns a string representation of this object.
inherited

Operators

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