onValuePicked property

ValueChanged<T> onValuePicked
final

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;