groupValue property Null safety
final
The currently selected value for this group of radio buttons.
This radio button is considered selected if its value matches the groupValue.
Implementation
final T? groupValue;
The currently selected value for this group of radio buttons.
This radio button is considered selected if its value matches the groupValue.
final T? groupValue;