OverlayPosition constructor

OverlayPosition({
  1. GridCoordinate? anchorCell,
  2. int? heightPixels,
  3. int? offsetXPixels,
  4. int? offsetYPixels,
  5. int? widthPixels,
})

Implementation

OverlayPosition({
  this.anchorCell,
  this.heightPixels,
  this.offsetXPixels,
  this.offsetYPixels,
  this.widthPixels,
});