SMenuPosition enum
All possible positions (i.e. locations) of the menu
Values
- right → const SMenuPosition
-
Menu is positioned on the left and opens to the right
- left → const SMenuPosition
-
Menu is positioned on the right and opens to the left
- bottom → const SMenuPosition
-
Menu is positioned on the bottom and opens upward
- top → const SMenuPosition
-
Menu is positioned on the top and opens downward
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isHorizontal → bool
-
True if current enum value is horizontal (i.e. left or right)
no setter
- isVertical → bool
-
True if current enum value is vertical (i.e. top or bottom)
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<
SMenuPosition> - A constant List of the values in this enum, in order of their declaration.