DocumentScannerOptions constructor

DocumentScannerOptions({
  1. DocumentFormat documentFormat = DocumentFormat.jpeg,
  2. int pageLimit = 1,
  3. ScannerMode mode = ScannerMode.full,
  4. bool isGalleryImport = false,
})

Constructor for DocumentScannerOptions.

Implementation

DocumentScannerOptions({
  this.documentFormat = DocumentFormat.jpeg,
  this.pageLimit = 1,
  this.mode = ScannerMode.full,
  this.isGalleryImport = false,
});