menuAnchor property

AlignmentGeometry menuAnchor
final

The anchor point on the menu used for positioning relative to the childAnchor.

For example, with menuAnchor: .topCenter and childAnchor: .bottomCenter, the menu's top edge will align with the child's bottom edge.

Defaults to Alignment.topCenter.

Implementation

final AlignmentGeometry menuAnchor;