groupValue property
final
The selected value under this radio group.
RawRadio under this radio group where its RawRadio.value equals to this value will be selected.
Implementation
final T? groupValue;
The selected value under this radio group.
RawRadio under this radio group where its RawRadio.value equals to this value will be selected.
final T? groupValue;