isSelected property
bool
get
isSelected
Whether this radio button is currently selected.
Implementation
bool get isSelected => value == groupValue;
Whether this radio button is currently selected.
bool get isSelected => value == groupValue;