radioButtonValue property

dynamic Function(dynamic)? radioButtonValue
final

The function which will be called when the radio button is selected

Implementation

final Function(dynamic)? radioButtonValue;