getAnchor method

Offset getAnchor()

Implementation

Offset getAnchor() => Offset(
      (1 - alignment.x) / 2,
      (1 - alignment.y) / 2,
    );