CardRotation enum
Defines possible document card rotation positions
Values
- Zero → const CardRotation
-
Zero degrees
- Clockwise90 → const CardRotation
-
Clockwise 90 degrees
- CounterClockwise90 → const CardRotation
-
Counter clockwise 90 degrees
- UpsideDown → const CardRotation
-
Upside down
- None → const CardRotation
-
Card rotation was not performed
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<
CardRotation> - A constant List of the values in this enum, in order of their declaration.