menuAnchor property
The point on the menu (floating content) that connects with the child at the child's anchor.
For example, Alignment.topCenter means the top-center point of the menu will connect with the child. See childAnchor for changing the child's anchor.
Defaults to Alignment.topCenter.
Implementation
final AlignmentGeometry menuAnchor;