ArtemisOcrScannerView constructor
const
ArtemisOcrScannerView({
- Key? key,
- ArtemisOcrScannerController? controller,
- UsageMode mode = UsageMode.ocrReader,
- FlashMode initFlash = FlashMode.auto,
- bool fill = true,
- CameraType cameraType = CameraType.back,
- void onOcrRead(
- 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);