RotateDirection enum
A direction for something to rotate.
Constructors
- RotateDirection()
-
const
Values
- left → const RotateDirection
-
Rotate to the left.
- right → const RotateDirection
-
Rotate to the right.
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<
RotateDirection> - A constant List of the values in this enum, in order of their declaration.