NiceVatInput constructor
Implementation
const NiceVatInput({
super.key,
this.value,
this.onChanged,
this.label = 'VAT Number',
this.defaultCountry = 'PL',
this.countries,
});
const NiceVatInput({
super.key,
this.value,
this.onChanged,
this.label = 'VAT Number',
this.defaultCountry = 'PL',
this.countries,
});