NiceScannerControl constructor
const
NiceScannerControl({
- Key? key,
- ValueChanged<
NiceScanResult> ? onResult, - VoidCallback? onScanStarted,
- VoidCallback? onScanStopped,
- List<
String> targetFormats = const ['QR', 'EAN13', 'CODE128'], - bool showHistory = true,
- String scanButtonLabel = 'Start Scan',
Implementation
const NiceScannerControl({
super.key,
this.onResult,
this.onScanStarted,
this.onScanStopped,
this.targetFormats = const ['QR', 'EAN13', 'CODE128'],
this.showHistory = true,
this.scanButtonLabel = 'Start Scan',
});