LinearRangeShapeType enum
Apply the shape style for range element.
Constructors
- LinearRangeShapeType()
-
const
Values
- flat → const LinearRangeShapeType
-
LinearRangeShapeType.flat apply the flat shape between start and end value.
- curve → const LinearRangeShapeType
-
LinearRangeShapeType.curve apply the curve shape between start and end value.
Properties
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
Constants
-
values
→ const List<
LinearRangeShapeType> -
A constant List of the values in this enum, in order of their declaration.
[flat, curve]