onValuePicked property
This function will be called whenever a Country item is selected.
Implementation
final ValueChanged<Country?>? onValuePicked;
This function will be called whenever a Country item is selected.
final ValueChanged<Country?>? onValuePicked;