OffsetType enum Null safety
Offset types that can be requested by GetOffset.
Constants
- bottomLeft → const OffsetType
-
The bottom left point.
const OffsetType(2)
- bottomRight → const OffsetType
-
The bottom right point.
const OffsetType(3)
- center → const OffsetType
-
The center point.
const OffsetType(4)
- topLeft → const OffsetType
-
The top left point.
const OffsetType(0)
- topRight → const OffsetType
-
The top right point.
const OffsetType(1)
-
values
→ const List<
OffsetType> -
A constant List of the values in this enum, in order of their declaration.
const List<
OffsetType>
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. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited