onChanged property

ValueChanged<String>? onChanged
final

Called when the selection changes.

If null, the dropdown is read-only.

Implementation

final ValueChanged<String>? onChanged;