UCodeScanOptions constructor

const UCodeScanOptions({
  1. List<UCodeFormat> formats = const <UCodeFormat>[],
  2. bool multiple = false,
  3. bool tryHarder = true,
  4. bool tryRotate = true,
  5. bool tryInvert = false,
  6. bool tryDownscale = true,
  7. int maxSymbols = 8,
  8. Rect? region,
})

Implementation

const UCodeScanOptions({
  this.formats = const <UCodeFormat>[],
  this.multiple = false,
  this.tryHarder = true,
  this.tryRotate = true,
  this.tryInvert = false,
  this.tryDownscale = true,
  this.maxSymbols = 8,
  this.region,
});