ScanRenderer constructor

ScanRenderer({
  1. required Map<ScanModule, List<ScanMatchCounter>> mapScanModules,
  2. required InputImageRotation imageRotation,
  3. required Size imageSize,
  4. Image? background,
})

Implementation

ScanRenderer({
  required this.mapScanModules,
  required this.imageRotation,
  required this.imageSize,
  this.background,
});