onSelected property
final
The callback is called when a selection is made.
Defaults to null. If null, only the text field is updated.
Implementation
final ValueChanged<T?>? onSelected;
The callback is called when a selection is made.
Defaults to null. If null, only the text field is updated.
final ValueChanged<T?>? onSelected;