NicePhoneInput constructor
const
NicePhoneInput({ - Key? key,
- String? value,
- ValueChanged<String>? onChanged,
- String? label,
- String countryCode = '+48',
- ValueChanged<String>? onCountryCodeChanged,
- bool enabled = true,
- List<String> countryCodes = const ['+48', '+1', '+44', '+49', '+33', '+34', '+39', '+81', '+86'],
})
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'],
});