CurvedLineData class

Implemented types

Constructors

CurvedLineData({double smoothness = 0.35, bool isStrokeCapRound = false, bool isStrokeJoinRound = false})
const

Properties

drawLine → bool
Whether this type draws connected line geometry and area fills.
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
isStrokeCapRound → bool
final
isStrokeJoinRound → bool
final
minPoints → int
Minimum number of points required by this line type renderer.
no setteroverride
renderer → ILineTypeRenderer
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
smoothness → double
Curve smoothness (0.0 to 1.0)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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