onValuePicked property Null safety
final
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;