MaterialPopupMenuData class

Constructors

MaterialPopupMenuData({Key? key, Widget? icon, PopupMenuItemBuilder<PopupMenuOption>? itemBuilder, Widget? child, Color? color, double? elevation, bool? enableFeedback, bool? enabled, double? iconSize, PopupMenuOption? initialValue, Offset? offset, PopupMenuCanceled? onCanceled, EdgeInsets? padding, ShapeBorder? shape, String? tooltip})

Properties

child Widget?
final
color Color?
final
elevation double?
final
enabled bool?
final
enableFeedback bool?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
iconSize double?
final
initialValue PopupMenuOption?
final
itemBuilder PopupMenuItemBuilder<PopupMenuOption>?
final
key Key?
final
offset Offset?
final
onCanceled PopupMenuCanceled?
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
tooltip String?
final

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