onChanged property

ValueChanged<T?>? onChanged
final

Invoked when the dropdown selection changes. If null the dropdown is rendered read-only.

Implementation

final ValueChanged<T?>? onChanged;