childAnchor property

AlignmentGeometry childAnchor
final

The point on the child that connects with the menu at the menu's anchor.

For example, Alignment.bottomCenter means the bottom-center point of the child will connect with the menu. See menuAnchor for changing the menu's anchor.

Defaults to Alignment.bottomCenter.

Implementation

final AlignmentGeometry childAnchor;