onSelect property

ValueChanged<Country> onSelect
final

Callback function that is called when a country is selected. The selected Country object is passed as a parameter.

Implementation

final ValueChanged<Country> onSelect;