MaterialPopupMenuOptionData class
Constructors
-
MaterialPopupMenuOptionData({Key? key, Widget? child, bool? enabled, double? height, MouseCursor? mouseCursor, VoidCallback? onTap, EdgeInsets? padding, TextStyle? textStyle, bool withDivider = false, double dividerHeight = _kMenuDividerHeight, MaterialStateProperty<
TextStyle?> ? labelTextStyle})
Properties
- child → Widget?
-
finalinherited
- dividerHeight → double
-
final
- enabled → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- key → Key?
-
finalinherited
-
labelTextStyle
→ MaterialStateProperty<
TextStyle?> ? -
final
- mouseCursor → MouseCursor?
-
final
- onTap → VoidCallback?
-
final
- padding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle?
-
final
- withDivider → bool
-
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