onChanged property

ValueChanged<T?>? onChanged
final

Called when the user selects this radio button.

Implementation

final ValueChanged<T?>? onChanged;