targetAnchor property

Alignment targetAnchor
final

The anchor point on the linked CompositedTransformTarget that followerAnchor will line up with.

For example, when targetAnchor and followerAnchor are both Alignment.topLeft, this widget will be top left aligned with the linked CompositedTransformTarget. When targetAnchor is Alignment.bottomLeft and followerAnchor is Alignment.topLeft, this widget will be left aligned with the linked CompositedTransformTarget, and its top edge will line up with the CompositedTransformTarget's bottom edge.

Defaults to Alignment.topLeft.

Implementation

final Alignment targetAnchor;