AdvanceCountryCodeInputField constructor
const
AdvanceCountryCodeInputField({
- Key? key,
- dynamic onPhoneNumberChanged()?,
- double flagIconWidth = 32,
- double flagIconHeight = 22,
- TextStyle textStyle = const TextStyle(fontSize: 16),
- SelectorType selectorType = SelectorType.bottomSheet,
- List<
String> filteredCountries = const [], - Country? initialCountry,
- String? initialPhoneNumber,
- Color? borderColor,
- Color? dividerColor,
- double? borderRadius,
- String? hintText,
Implementation
const AdvanceCountryCodeInputField({
super.key,
this.onPhoneNumberChanged,
this.flagIconWidth = 32,
this.flagIconHeight = 22,
this.textStyle = const TextStyle(fontSize: 16),
this.selectorType = SelectorType.bottomSheet,
this.filteredCountries = const [],
this.initialCountry,
this.initialPhoneNumber,
this.borderColor,
this.dividerColor,
this.borderRadius,
this.hintText,
});