NicePhoneInput constructor
const
NicePhoneInput({})
Implementation
const NicePhoneInput({
super.key,
this.value,
this.onChanged,
this.label,
this.countryCode = '+48',
this.onCountryCodeChanged,
this.enabled = true,
this.countryCodes = const ['+48', '+1', '+44', '+49', '+33', '+34', '+39', '+81', '+86'],
});