ArtemisCameraKitView constructor
const
ArtemisCameraKitView({
- Key? key,
- ArtemisCameraKitController? controller,
- void onBarcodeRead(
- String barcode
- bool hasBarcodeReader = true,
- UsageMode mode = UsageMode.barcodeScanner,
- FlashMode initFlash = FlashMode.auto,
- bool fill = true,
- BarcodeType barcodeType = BarcodeType.allFormats,
- CameraType cameraType = CameraType.back,
- void onOcrRead(
- OcrData ocrData
Implementation
const ArtemisCameraKitView(
{Key? key,
this.controller,
this.onBarcodeRead,
this.hasBarcodeReader = true,
this.mode = UsageMode.barcodeScanner,
this.initFlash = FlashMode.auto,
this.fill = true,
this.barcodeType = BarcodeType.allFormats,
this.cameraType = CameraType.back, this.onOcrRead})
: super(key: key);