onChanged property
Called when the user selects an option.
Pass null to make the entire group non-interactive.
Implementation
final ValueChanged<T>? onChanged;
Called when the user selects an option.
Pass null to make the entire group non-interactive.
final ValueChanged<T>? onChanged;