sceneElementAnchor method

AlignmentGeometry sceneElementAnchor(
  1. T element
)

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

Implementation

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