onSelect property
Callback function that is called when a country is selected. The selected Country object is passed as a parameter.
Implementation
final ValueChanged<Country> onSelect;
Callback function that is called when a country is selected. The selected Country object is passed as a parameter.
final ValueChanged<Country> onSelect;