menu
phonefield package
documentation
country_picker.dart
CountryPicker
onSelect property
onSelect property
dark_mode
light_mode
onSelect
property
void Function
(
(
{
String
?
code
,
String
name
}
)
)
onSelect
final
Implementation
final void Function(({String name, String? code})) onSelect;
phonefield package
documentation
country_picker
CountryPicker
onSelect property
CountryPicker class