onChanged property
Called when the selection changes.
If null, the dropdown is read-only.
Implementation
final ValueChanged<String>? onChanged;
Called when the selection changes.
If null, the dropdown is read-only.
final ValueChanged<String>? onChanged;