OverlayPosition constructor

const OverlayPosition(
  1. double x,
  2. double y
)

Implementation

const OverlayPosition(this.x, this.y);