selected constant
WidgetEvent
const selected
The state when this item 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');