childAnchor property
The anchor point on the child used for positioning relative to the menuAnchor.
For example, with childAnchor: .bottomCenter and menuAnchor: .topCenter,
the child's bottom edge will align with the menu's top edge.
Defaults to Alignment.bottomCenter.
Implementation
final AlignmentGeometry childAnchor;