DashedPainter class

虚线绘制

Constructors

DashedPainter([List<double> pattern = const [3.0, 2.0]])

Properties

hashCode int
The hash code for this object.
no setterinherited
pattern List<double>
定义一组虚线的格式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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