isSelected property
bool
get
isSelected
Getter for whether WidgetEvent.selected to be active.
Implementation
bool get isSelected => WidgetEvent.isSelected(value);
Getter for whether WidgetEvent.selected to be active.
bool get isSelected => WidgetEvent.isSelected(value);