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