PopupMenuBtnParams class

Constructors

PopupMenuBtnParams()

Properties

child Widget?
getter/setter pair
clipBehavior Clip
getter/setter pair
color Color?
getter/setter pair
constraints BoxConstraints?
getter/setter pair
elevation double?
getter/setter pair
enabled bool
getter/setter pair
enableFeedback bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
getter/setter pair
iconSize double?
getter/setter pair
isEnabled bool
getter/setter pair
itemBuilder ↔ (List<PopupMenuEntry<int>> Function(BuildContext)?)
getter/setter pair
key Key?
getter/setter pair
manager ↔ IndexManager?
getter/setter pair
getter/setter pair
offset Offset
getter/setter pair
onCanceled ↔ (void Function()?)
getter/setter pair
onOpened ↔ (void Function()?)
getter/setter pair
onSelected ↔ (void Function(int)?)
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
popupMenuItemParams List<PopupMenuItemParams>
getter/setter pair
position PopupMenuPosition
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
getter/setter pair
splashRadius double?
getter/setter pair
tooltip String?
getter/setter pair

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