SelectionOverlayScannerConfiguration constructor
SelectionOverlayScannerConfiguration({
- bool overlayEnabled = true,
- bool automaticSelectionEnabled = false,
- BarcodeOverlayTextFormat textFormat = BarcodeOverlayTextFormat.CODE_AND_TYPE,
- Color? polygonColor = Colors.white,
- Color? textColor = Colors.black,
- Color? textContainerColor = Colors.white,
- dynamic onBarcodeClicked(
- BarcodeItem item
Implementation
SelectionOverlayScannerConfiguration({
this.overlayEnabled = true,
this.automaticSelectionEnabled = false,
this.textFormat = BarcodeOverlayTextFormat.CODE_AND_TYPE,
this.polygonColor = Colors.white,
this.textColor = Colors.black,
this.textContainerColor = Colors.white,
this.onBarcodeClicked,
});