ArtemisOcrScannerView constructor

const ArtemisOcrScannerView({
  1. Key? key,
  2. ArtemisOcrScannerController? controller,
  3. UsageMode mode = UsageMode.ocrReader,
  4. FlashMode initFlash = FlashMode.auto,
  5. bool fill = true,
  6. CameraType cameraType = CameraType.back,
  7. void onOcrRead(
    1. OcrData ocrData
    )?,
})

Implementation

const ArtemisOcrScannerView(
    {Key? key,
    this.controller,
    this.mode = UsageMode.ocrReader,
    this.initFlash = FlashMode.auto,
    this.fill = true,
    this.cameraType = CameraType.back, this.onOcrRead})
    : super(key: key);