PhoneInput constructor
const
PhoneInput({
- Key? key,
- Country? initialCountry,
- PhoneNumber? initialValue,
- ValueChanged<
PhoneNumber> ? onChanged, - TextEditingController? controller,
- bool filterPlusCode = true,
- bool filterZeroCode = true,
- bool filterCountryCode = true,
- bool onlyNumber = true,
- List<
Country> ? countries, - Widget? searchPlaceholder,
Implementation
const PhoneInput({
super.key,
this.initialCountry,
this.initialValue,
this.onChanged,
this.controller,
this.filterPlusCode = true,
this.filterZeroCode = true,
this.filterCountryCode = true,
this.onlyNumber = true,
this.countries,
this.searchPlaceholder,
});