FlyoutPlacementMode enum

Defines constants that specify the preferred location for positioning a flyout derived control relative to a visual element.

See also:

Inheritance

Constructors

FlyoutPlacementMode()
const

Values

auto → const FlyoutPlacementMode

Preferred location is determined automatically.

If there is space below, bottomCenter is assigned; If there is space above, topCenter is assigned.

bottomCenter → const FlyoutPlacementMode

Preferred location is below the target element.

bottomLeft → const FlyoutPlacementMode

Preferred location is below the target element, with the left edge of flyout aligned with left edge of the target element.

bottomRight → const FlyoutPlacementMode

Preferred location is below the target element, with the right edge of flyout aligned with right edge of the target element.

left → const FlyoutPlacementMode

Preferred location is to the left of the target element.

Preferred location is to the right of the target element.

topCenter → const FlyoutPlacementMode

Preferred location is above the target element.

topLeft → const FlyoutPlacementMode

Preferred location is above the target element, with the left edge of flyout aligned with left edge of the target element.

topRight → const FlyoutPlacementMode

Preferred location is above the target element, with the right edge of flyout aligned with right edge of the target element.

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
resolve(TextDirection direction) FlyoutPlacementMode
Resolves this placement with the current text direction
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FlyoutPlacementMode>
A constant List of the values in this enum, in order of their declaration.