BarcodeScannerView constructor
const
BarcodeScannerView({})
Implementation
const BarcodeScannerView(
{super.key,
this.scannerWidth,
this.scannerHeight,
required this.scanType,
this.cameraFace = CameraFace.back,
required this.onScanned,
this.continuous = false,
this.child,
this.delayMillis,
this.onClose,
required this.onBarcodeViewCreated});