Preferreddirection enum
Preferred direction options: north_west, north, north_east, west, center, east, south_west, south, south_east
Values
- north_west → const Preferreddirection
-
const Preferreddirection('north_west')
- north → const Preferreddirection
-
const Preferreddirection('north')
- north_east → const Preferreddirection
-
const Preferreddirection('north_east')
- west → const Preferreddirection
-
const Preferreddirection('west')
- center → const Preferreddirection
-
const Preferreddirection('center')
- east → const Preferreddirection
-
const Preferreddirection('east')
- south_west → const Preferreddirection
-
const Preferreddirection('south_west')
- south → const Preferreddirection
-
const Preferreddirection('south')
- south_east → const Preferreddirection
-
const Preferreddirection('south_east')
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<
Preferreddirection> - A constant List of the values in this enum, in order of their declaration.