radioButtonValue property
final
The function which will be called when the radio button is selected
Implementation
final Function(dynamic)? radioButtonValue;
The function which will be called when the radio button is selected
final Function(dynamic)? radioButtonValue;