DialogMessages constructor

const DialogMessages({
  1. String? hint,
  2. String? notRecognized,
  3. String? success,
  4. String? cancel,
  5. String? title,
  6. String? requiredTitle,
  7. String? settings,
  8. String? settingsDescription,
  9. String? lockOut,
  10. String? goToSettingsButton,
  11. String? goToSettingsDescription,
  12. String? cancelButton,
})

Implementation

const DialogMessages({
  this.hint,
  this.notRecognized,
  this.success,
  this.cancel,
  this.title,
  this.requiredTitle,
  this.settings,
  this.settingsDescription,
  this.lockOut,
  this.goToSettingsButton,
  this.goToSettingsDescription,
  this.cancelButton,
});