CubicPath class

Constructors

CubicPath(int id, dynamic width, {dynamic threshold = 3.0, dynamic smoothRatio = 0.65, dynamic color = Colors.black, PainterDrawType type = PainterDrawType.shape})

Properties

arcs List<CubicArc>
no setter
color → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
isDot bool
no setter
isFilled bool
no setter
lines List<CubicLine>
no setter
maxVelocity double
getter/setter pair
pathState SinglePathState?
getter/setter pair
points List<OffsetPoint>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smoothRatio → dynamic
final
tempPath Path?
no setter
threshold → dynamic
final
type PainterDrawType
getter/setter pair
width → dynamic
final

Methods

add(Offset point) → void
begin(Offset point, {double? velocity = 0.0}) → void
clear() → void
end({Offset? point}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setScale(double ratio) → void
toString() String
A string representation of this object.
inherited

Operators

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