Position enum Null safety
Data label position of range bar series.
Constants
- left → const Position
-
- Position.left, places the data label to the left side.
const Position(0)
- right → const Position
-
- Position.right, places the data label to the right side.
const Position(1)
-
values
→ const List<
Position> -
A constant List of the values in this enum, in order of their declaration.
const List<
Position>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited