SExpandableItem class

Represents an icon item in SExpandableMenu.

Constructors

SExpandableItem({required IconData icon, double? size, void onTap(Offset position)?, String? tooltip, bool disabled = false})

Properties

disabled bool
Whether this item is disabled (grayed out, non-interactive).
final
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
tooltip String?
Optional tooltip shown on long press or hover.
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