StrokeEndOptions class

Stroke options for the start/end of the line.

Constructors

StrokeEndOptions.end({bool? cap, bool? taperEnabled, double? customTaper, double easing(double)?})
The default options for the end of the line.
StrokeEndOptions.start({bool? cap, bool? taperEnabled, double? customTaper, double easing(double)?})
The default options for the start of the line.

Properties

cap bool
Whether to cap the line.
getter/setter pair
customTaper double?
A custom taper value for the start of the line, defaults to the total running length.
getter/setter pair
easing double Function(double)
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taperEnabled bool
Whether to taper the start of the line.
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.
override

Static Properties

defaultCap bool
getter/setter pair
defaultTaperEnabled bool
getter/setter pair