onValuePicked property
A callback triggered whenever an item is selected from the dropdown. The selected item is passed to the callback function.
Implementation
final ValueChanged<T> onValuePicked;
A callback triggered whenever an item is selected from the dropdown. The selected item is passed to the callback function.
final ValueChanged<T> onValuePicked;