Anchor constructor

Anchor(
  1. double left,
  2. double top
)

Implementation

Anchor(this.left, this.top);