onChanged property

(bool Function(T?)?) onChanged
final

Called when the radio value changes.

Implementation

final bool Function(T?)? onChanged;