StrokeOptions class

Constructors

StrokeOptions({double size = 10, double thinning = 0.8, double smoothing = 0.4, double streamline = 0.4, double taperStart = 0.2, bool capStart = true, double taperEnd = 0.8, bool capEnd = true, bool simulatePressure = true, bool isComplete = false})

Properties

capEnd bool
final
capStart bool
final
hashCode int
The hash code for this object.
no setterinherited
isComplete bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simulatePressure bool
final
size double
The base size (diameter) of the stroke.
getter/setter pair
smoothing double
Controls the density of points along the stroke's edges.
getter/setter pair
streamline double
Controls the level of variation allowed in the input points.
getter/setter pair
taperEnd double
getter/setter pair
taperStart double
getter/setter pair
thinning double
The effect of pressure on the stroke's size.
getter/setter pair

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