OverlayPosition constructor
      
      OverlayPosition({ 
    
    
- GridCoordinate? anchorCell,
- int? heightPixels,
- int? offsetXPixels,
- int? offsetYPixels,
- int? widthPixels,
Implementation
OverlayPosition({
  this.anchorCell,
  this.heightPixels,
  this.offsetXPixels,
  this.offsetYPixels,
  this.widthPixels,
});