AddressForm constructor
AddressForm({})
Implementation
AddressForm({
required this.value,
required this.icon,
required this.saveValue,
required this.buttons,
required this.width,
required this.height,
this.header = true,
this.focus,
this.nextFocusNode,
this.responseOverride = false,
});