CountryPickerDialog constructor
const
CountryPickerDialog({})
Implementation
const CountryPickerDialog({
super.key,
required this.countryList,
required this.onCountryChanged,
required this.filteredCountries,
this.searchFieldInputDecoration,
required this.dialogTitle,
required this.locale,
required this.searchTextStyle,
});