SelectionOverlayConfiguration constructor

SelectionOverlayConfiguration({
  1. bool? overlayEnabled,
  2. bool? automaticSelectionEnabled,
  3. BarcodeOverlayTextFormat? textFormat,
  4. Color? polygonColor,
  5. Color? textColor,
  6. Color? textContainerColor,
  7. Color? highlightedPolygonColor,
  8. Color? highlightedTextColor,
  9. Color? highlightedTextContainerColor,
})

Implementation

SelectionOverlayConfiguration({
  this.overlayEnabled,
  this.automaticSelectionEnabled,
  this.textFormat,
  this.polygonColor,
  this.textColor,
  this.textContainerColor,
  this.highlightedPolygonColor,
  this.highlightedTextColor,
  this.highlightedTextContainerColor,
});