DocumentDisplacement enum
The direction towards the center of the document if the document is partially visible.
Values
- NONE → const DocumentDisplacement
-
The document is fully visible.
- UP → const DocumentDisplacement
-
The document is partially visible. Move the camera up to capture the full document.
- UPPER_RIGHT → const DocumentDisplacement
-
The document is partially visible. Move the camera up and to the right to capture the full document.
- RIGHT → const DocumentDisplacement
-
The document is partially visible. Move the camera to the right to capture the full document.
- LOWER_RIGHT → const DocumentDisplacement
-
The document is partially visible. Move the camera down and to the right to capture the full document.
- DOWN → const DocumentDisplacement
-
The document is partially visible. Move the camera down to capture the full document.
- LOWER_LEFT → const DocumentDisplacement
-
The document is partially visible. Move the camera down and to the left to capture the full document.
- LEFT → const DocumentDisplacement
-
The document is partially visible. Move the camera to the left to capture the full document.
- UPPER_LEFT → const DocumentDisplacement
-
The document is partially visible. Move the camera up and to the left to capture the full document.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<
DocumentDisplacement> - A constant List of the values in this enum, in order of their declaration.