onChanged property
final
The controller to use for the spinner. If null, the default behavior is to create a new controller.
Implementation
final void Function(T)? onChanged;
The controller to use for the spinner. If null, the default behavior is to create a new controller.
final void Function(T)? onChanged;