groupValue property
- @Deprecated('Use a RadioGroup ancestor to manage group value instead. ' 'This feature was deprecated after v3.32.0-0.0.pre.')
final
The currently selected value for a group of radio buttons.
This radio button is considered selected if its value matches the groupValue.
This is deprecated, use RadioGroup to manage group value instead.
Implementation
@Deprecated(
'Use a RadioGroup ancestor to manage group value instead. '
'This feature was deprecated after v3.32.0-0.0.pre.',
)
final T? groupValue;