selected constant

WidgetEvent const selected

The event when this widget has been selected.

This applies to things that can be toggled (such as chips and checkboxes) and things that are selected from a set of options (such as tabs and radio buttons).

Implementation

static const selected = WidgetEvent('selected');