NicePhoneInput constructor
const
NicePhoneInput({})
Implementation
const NicePhoneInput({
super.key,
this.value,
this.onChanged,
this.initialCountryCode = 'PL',
this.showFlag = true,
this.showDialCode = true,
this.enabled = true,
this.label,
this.errorText,
this.hintText,
});