CountryPicker constructor
CountryPicker({
- Key? key,
- PickerProps<
Country> ? pickerProps, - bool showCountryFlag = true,
Implementation
CountryPicker({
super.key,
PickerProps<Country>? pickerProps,
this.showCountryFlag = true,
}) : pickerProps = pickerProps ?? DefaultProps.countryPickerProps;