onChanged property

ValueChanged<T>? onChanged
final

Called when the user selects an option.

Pass null to make the entire group non-interactive.

Implementation

final ValueChanged<T>? onChanged;