MenuPopupWrapper class
A mixin for classes that wrap a MenuPopupComponent.
- Implemented types
- Implementers
Constructors
Properties
- activateFirstItemOnExpand → bool
-
True if the menu item group should select the first item when the popup
is opened.
no setter
- activateLastItemOnExpand → bool
-
True if the menu item group should select the first item when the popup
is opened.
no setter
- expandAction ↔ ExpandAction?
-
Expansion state of the menu popup.
getter/setter pair
-
expandActionChange
→ Stream<
ExpandAction?> -
Outputs an event when the menu expansion state is changed.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExpanded ↔ bool
-
True if the menu popup is expanded/open.
getter/setter pair
-
isExpandedChange
→ Stream<
bool> -
Outputs an event when the menu is expanded.
no setter
-
The displayed menu.
getter/setter pair
-
preferredPositions
↔ Iterable<
RelativePosition> -
Preferred positions to pass to the material popup component.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ int
-
Selects 1 of 5 predefined width values for the menu.
getter/setter pairoverride-setter
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