IosScannerParameters constructor

const IosScannerParameters({
  1. double? zoom,
  2. IosCamera? camera,
  3. CropRect? cropRect,
})

Implementation

const IosScannerParameters({this.zoom, this.camera, CropRect? cropRect})
    : super(cropRect: cropRect);