DashPainter class

Constructors

DashPainter({double step = 2, double span = 2, int pointCount = 0, double? pointWidth})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
pointCount int
final
pointWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span double
final
step double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Path path, Paint paint) → void
toString() String
A string representation of this object.
inherited

Operators

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