disabled constant

WidgetEvent const disabled

The event when this widget is disabled and cannot be interacted with.

Disabled widgets should not respond to hover, focus, press, or drag interactions.

Implementation

static const disabled = WidgetEvent('disabled');