AddressInput constructor

const AddressInput({
  1. bool showTypeSelection = true,
  2. bool showDescriptionField = true,
  3. bool showCountyField = true,
  4. bool showCountryField = true,
})

Implementation

const AddressInput({
  this.showTypeSelection = true,
  this.showDescriptionField = true,
  this.showCountyField = true,
  this.showCountryField = true,
});