ContactInput constructor

const ContactInput({
  1. bool showTypeSelection = true,
  2. bool showDescriptionField = true,
  3. bool showCountryForPhoneNumbers = true,
  4. bool enableCountrySelection = true,
})

Implementation

const ContactInput({
  this.showTypeSelection = true,
  this.showDescriptionField = true,
  this.showCountryForPhoneNumbers = true,
  this.enableCountrySelection = true,
});