NiceAddressInput constructor
- Key? key,
- NiceAddress? value,
- ValueChanged<
NiceAddress> ? onChanged, - String label = 'Address',
- bool compact = false,
- List<
MapEntry< ? countries,String, String> >
Implementation
const NiceAddressInput({
super.key,
this.value,
this.onChanged,
this.label = 'Address',
this.compact = false,
this.countries,
});