SDropdownMenuPosition enum

Position of the dropdown menu relative to the dropdown menu button

Inheritance
Available extensions

Values

topLeft → const SDropdownMenuPosition

The dropdown menu opens to the top left of the dropdown menu button

topCenter → const SDropdownMenuPosition

The dropdown menu opens to the top left of the dropdown menu button

topRight → const SDropdownMenuPosition

The dropdown menu opens to the top center of the dropdown menu button

centerLeft → const SDropdownMenuPosition

The dropdown menu opens to the top right of the dropdown menu button

center → const SDropdownMenuPosition

The dropdown menu opens to the center left of the dropdown menu button

centerRight → const SDropdownMenuPosition

The dropdown menu opens to the center of the dropdown menu button

bottomLeft → const SDropdownMenuPosition

The dropdown menu opens to the center right left of the dropdown menu button

bottomCenter → const SDropdownMenuPosition

The dropdown menu opens to the bottom left of the dropdown menu button

bottomRight → const SDropdownMenuPosition

The dropdown menu opens to the bottom center of the dropdown menu button

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<SDropdownMenuPosition>
A constant List of the values in this enum, in order of their declaration.