value property
final
The value represented by this radio button.
This radio button is considered selected if its value matches the groupValue.
Implementation
final T value;
The value represented by this radio button.
This radio button is considered selected if its value matches the groupValue.
final T value;