onChanged property
Invoked when the dropdown selection changes. If null the dropdown
is rendered read-only.
Implementation
final ValueChanged<T?>? onChanged;
Invoked when the dropdown selection changes. If null the dropdown
is rendered read-only.
final ValueChanged<T?>? onChanged;