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