PopupPositionMixin class
Assistant for supporting custom preferred popup positions.
- Implemented types
Constructors
Properties
- delegatePopupSizeProvider ↔ PopupSizeProvider
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- popupPosition ← String
-
Position relative to popup source.
Optional, defaults to PopupPosition.AUTO.
no getter
-
popupPositions
→ List<
RelativePosition> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMaxHeight(
num positionY, num viewportHeight) → num? -
The max height.
override
-
getMaxWidth(
num positionX, num viewportWidth) → num? -
The max width.
override
-
getMinHeight(
num positionY, num viewportHeight) → num? -
The min height.
override
-
getMinWidth(
num positionX, num viewportWidth) → num? -
The min width.
override
-
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