windowElementAnchor method

AlignmentGeometry windowElementAnchor(
  1. T element
)

Returns an anchor that is positioned relatively to the Widget representing element and which will be aligned with sceneElementAnchor to position the Widget in the Window.

Implementation

AlignmentGeometry windowElementAnchor(T element) => Alignment.topLeft;