onValuePicked property

ValueChanged<Country>? onValuePicked
final

Callback that is called with selected Country

Implementation

final ValueChanged<Country>? onValuePicked;