MessageSettings constructor

MessageSettings({
  1. String? waitMessage,
  2. String? fitTheDocumentMessage,
  3. String? holdItMessage,
  4. String? verifyingQualityMessage,
  5. String? lowQualityDocumentMessage,
  6. String? uploadingImageMessage,
  7. String? sensorOrientationMessage,
  8. String? sensorLuminosityMessage,
  9. String? sensorStabilityMessage,
  10. String? popupDocumentSubtitleMessage,
  11. String? scanDocumentMessage,
  12. String? getCloserMessage,
  13. String? centralizeDocumentMessage,
  14. String? moveAwayMessage,
  15. String? alignDocumentMessage,
  16. String? turnDocumentMessage,
  17. String? documentCapturedMessage,
  18. String? popupConfirmButtonMessage,
  19. String? wrongDocumentTypeMessage,
  20. String? unsupportedDocumentMessage,
  21. String? documentNotFoundMessage,
})

Implementation

MessageSettings(
    {this.waitMessage,
    this.fitTheDocumentMessage,
    this.holdItMessage,
    this.verifyingQualityMessage,
    this.lowQualityDocumentMessage,
    this.uploadingImageMessage,
    this.sensorOrientationMessage,
    this.sensorLuminosityMessage,
    this.sensorStabilityMessage,
    this.popupDocumentSubtitleMessage,
    this.scanDocumentMessage,
    this.getCloserMessage,
    this.centralizeDocumentMessage,
    this.moveAwayMessage,
    this.alignDocumentMessage,
    this.turnDocumentMessage,
    this.documentCapturedMessage,
    this.popupConfirmButtonMessage,
    this.wrongDocumentTypeMessage,
    this.unsupportedDocumentMessage,
    this.documentNotFoundMessage});