SelectionOverlayConfiguration constructor
SelectionOverlayConfiguration(- {bool overlayEnabled = true,
- bool automaticSelectionEnabled = false,
- BarcodeOverlayTextFormat textFormat = BarcodeOverlayTextFormat.CODE_AND_TYPE,
- Color? polygonColor = Colors.white,
- Color? textColor = Colors.black,
- Color? textContainerColor = Colors.white,
- Color? highlightedPolygonColor = Colors.black,
- Color? highlightedTextColor = Colors.white,
- Color? highlightedTextContainerColor = Colors.black}
)
Implementation
SelectionOverlayConfiguration({
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.highlightedPolygonColor = Colors.black,
this.highlightedTextColor = Colors.white,
this.highlightedTextContainerColor = Colors.black,
});