menu
country_calling_code_picker package
documentation
country_code_picker.dart
CountryPickerWidget
onSelected property
onSelected property
dark_mode
light_mode
onSelected
property
ValueChanged
<
Country
>
?
onSelected
final
This callback will be called on selection of a
Country
.
Implementation
final ValueChanged<Country>? onSelected;
country_calling_code_picker package
documentation
country_code_picker
CountryPickerWidget
onSelected property
CountryPickerWidget class