COverflowMenuItemProps class
Constructors
- COverflowMenuItemProps({required Widget child, required VoidCallback? onTap, required bool enable, required bool hasDivider, required bool isDelete})
Properties
- child → Widget
-
The content of the item.
final
- enable → bool
-
Whether the item is enabled.
final
- hasDivider → bool
-
Whether this item has a divider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDelete → bool
-
To make this menu item a danger ghost button.
final
- onTap → VoidCallback?
-
Called when the item is tapped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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