groupValue property

T? groupValue
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;