SelectionOverlayScannerConfiguration constructor
SelectionOverlayScannerConfiguration({
- bool overlayEnabled = true,
- bool automaticSelectionEnabled = false,
- BarcodeOverlayTextFormat? textFormat = BarcodeOverlayTextFormat.CODE_AND_TYPE,
- Color? polygonColor = null,
- Color? strokeColor = null,
- Color? highlightedPolygonColor = null,
- Color? highlightedStrokeColor = null,
- Color? textColor = null,
- Color? textContainerColor = null,
- Color? highlightedTextColor = null,
- Color? highlightedTextContainerColor = null,
- dynamic onBarcodeClicked(
- BarcodeItem item
Implementation
SelectionOverlayScannerConfiguration({
this.overlayEnabled = true,
this.automaticSelectionEnabled = false,
this.textFormat = BarcodeOverlayTextFormat.CODE_AND_TYPE,
this.polygonColor = null,
this.strokeColor = null,
this.highlightedPolygonColor = null,
this.highlightedStrokeColor = null,
this.textColor = null,
this.textContainerColor = null,
this.highlightedTextColor = null,
this.highlightedTextContainerColor = null,
this.onBarcodeClicked,
});