CornerStyle enum Null safety
Corner style of range bar series.
Constants
- bothCurve → const CornerStyle
-
- CornerStyle.bothCurve, will render both the corners curly.
const CornerStyle(1)
- bothFlat → const CornerStyle
-
- CornerStyle.bothFlat, will render both the corners flatly.
const CornerStyle(0)
- endCurve → const CornerStyle
-
- CornerStyle.endCurve, will render ending corner curly.
const CornerStyle(3)
- startCurve → const CornerStyle
-
- CornerStyle.startCurve, will render starting corner curly.
const CornerStyle(2)
-
values
→ const List<
CornerStyle> -
A constant List of the values in this enum, in order of their declaration.
const List<
CornerStyle>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited