ElementsPosition enum
Position the gauge element either inside or outside the axis.
Constructors
- ElementsPosition()
-
const
Values
- inside → const ElementsPosition
-
ElementPosition.inside places the axis elements inside the axis.
- outside → const ElementsPosition
-
ElementPosition.outside places the axis elements outside the axis.
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<
ElementsPosition> -
A constant List of the values in this enum, in order of their declaration.
[inside, outside]