Anchor constructor

Anchor(
  1. double _xOffset,
  2. AnchorType _xType,
  3. double _yOffset,
  4. AnchorType _yType,
)

Implementation

Anchor(this._xOffset, this._xType, this._yOffset, this._yType);