onValuePicked property

ValueChanged<Country> onValuePicked
final

This function will be called whenever a Country item is selected.

Implementation

final ValueChanged<Country> onValuePicked;