Anchor constructor

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

Implementation

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