absoluteTopLeftPosition property

Vector2 get absoluteTopLeftPosition
inherited

The absolute top left position regardless of whether it is a child or not.

Implementation

Vector2 get absoluteTopLeftPosition =>
    absolutePositionOfAnchor(Anchor.topLeft);