RangeAreaBorderMode enum Null safety
Border mode of range area series.
Constants
- all → const RangeAreaBorderMode
-
- RangeAreaBorderMode.all, renders border for all the sides of area.
const RangeAreaBorderMode(0)
- excludeSides → const RangeAreaBorderMode
-
- RangeAreaBorderMode.excludeSides, renders border except left and right side.
const RangeAreaBorderMode(1)
-
values
→ const List<
RangeAreaBorderMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
RangeAreaBorderMode>
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