BarcodeScannerWidget constructor
const
BarcodeScannerWidget({})
Implementation
const BarcodeScannerWidget({
Key? key,
this.cameraSelector,
this.startScanning = true,
this.stopScanOnBarcodeDetected = true,
this.restartScanAfterEvent = true,
required this.onBarcodeDetected,
required this.onError
}) : super(key: key);