followerAnchor property

Alignment followerAnchor
final

The anchor point on this widget that will line up with targetAnchor on the linked CompositedTransformTarget.

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 followerAnchor;