AxisOrientation enum Null safety
Orientation of an axis.
The Axis Orientation can be changed either to vertical or horizontal
Constants
- horizontal → const AxisOrientation
-
- AxisOrientation.horizontal, renders the axis horizontally.
const AxisOrientation(1)
-
values
→ const List<
AxisOrientation> -
A constant List of the values in this enum, in order of their declaration.
const List<
AxisOrientation> - vertical → const AxisOrientation
-
- AxisOrientation.vertical, renders the axis vertically.
const AxisOrientation(0)
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