onChanged property

ValueChanged<T>? onChanged
final

Called when the user checks or unchecks the radio button

Implementation

final ValueChanged<T>? onChanged;