menu
advance_country_picker package
documentation
advance_country_picker.dart
AdvanceCountryPickerWidget
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;
advance_country_picker package
documentation
advance_country_picker
AdvanceCountryPickerWidget
onSelected property
AdvanceCountryPickerWidget class