menu
phonefield package
documentation
country_picker.dart
CountryPicker
selectedCountry property
selectedCountry property
dark_mode
light_mode
selectedCountry
property
ValueNotifier
<
(
{
String
code
,
String
name
}
)?
>
selectedCountry
final
Implementation
final ValueNotifier<({String name, String code})?> selectedCountry;
phonefield package
documentation
country_picker
CountryPicker
selectedCountry property
CountryPicker class