ScanRenderer constructor
ScanRenderer({
- required Map<
ScanModule, List< mapScanModules,ScanMatchCounter> > - required InputImageRotation imageRotation,
- required Size imageSize,
- Image? background,
Implementation
ScanRenderer({
required this.mapScanModules,
required this.imageRotation,
required this.imageSize,
this.background,
});