SExpandableItem class
Represents an icon item in SExpandableMenu.
Constructors
- SExpandableItem({required IconData icon, double? size, void onTap(Offset position)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
The icon to display.
final
- onTap → void Function(Offset position)?
-
Callback invoked when the item is tapped.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double?
-
Optional size override for the icon.
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