absoluteTopLeftPosition property
The absolute top left position regardless of whether it is a child or not.
Implementation
Vector2 get absoluteTopLeftPosition =>
absolutePositionOfAnchor(Anchor.topLeft);
The absolute top left position regardless of whether it is a child or not.
Vector2 get absoluteTopLeftPosition =>
absolutePositionOfAnchor(Anchor.topLeft);