TPhoneWithCountryCodePicker constructor
const
TPhoneWithCountryCodePicker({
- Key? key,
- void countryCodeOnChanged(
- CountryCode
- TextEditingController? phoneController,
- String? validator()?,
- bool applyValidation = true,
Implementation
const TPhoneWithCountryCodePicker({
super.key,
this.countryCodeOnChanged,
this.phoneController,
this.validator,
this.applyValidation = true,
});