menu
validate_phone_number package
documentation
country_picker.dart
PickCountry
PickCountry.new const constructor
PickCountry.new const constructor
dark_mode
light_mode
PickCountry
constructor
const
PickCountry
(
{
Key
?
key
,
required
dynamic
onCountrySelected
(
String
phoneCode
,
String
countryCode
),
TextStyle
?
style
,
})
Implementation
const PickCountry({super.key, required this.onCountrySelected, this.style});
validate_phone_number package
documentation
country_picker
PickCountry
PickCountry.new const constructor
PickCountry class