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