absoluteTopLeftPosition property

Vector2 absoluteTopLeftPosition

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

Implementation

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