absoluteTopLeftPosition property

Vector2 absoluteTopLeftPosition

Get the absolute top left position regardless of whether it is a child or not

Implementation

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