EffectLineWidthMode enum
Used by EffectLine to determine how the width of the line is calculated.
Constants
- barrel → const EffectLineWidthMode
-
Creates a barrel shaped line, with minWidth at the end points of the line and maxWidth at the middle.
const EffectLineWidthMode(1)
- linear → const EffectLineWidthMode
-
Linear interpolation between minWidth at the start and maxWidth at the end of the line.
const EffectLineWidthMode(0)
-
values
→ const List<
EffectLineWidthMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
EffectLineWidthMode>
Properties
Methods
-
toString(
) → String - Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited