CountryCodePicker constructor
const
CountryCodePicker({})
Implementation
const CountryCodePicker({
super.key,
required this.onChanged,
this.countries,
this.favorite = const [],
this.initialSelection,
this.style = const CountryPickerStyle(),
this.showFlag = true,
this.showDialCode = true,
this.compact = false,
this.initialCountryOverride,
});