anchor property

  1. @override
Anchor anchor
getter/setter pairoverride

The logical "center" of the viewport.

This point will be used to establish the placement of the viewport in the parent's coordinate frame.

Implementation

@override
Anchor anchor = Anchor.topLeft;