disabled constant

WidgetEvent const disabled

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

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

Implementation

static const disabled = WidgetEvent.disabled;