PopupMenuPosition Inherits: Enum Used to configure how the PopupMenuButton positions its popup menu. Properties OVER – Menu is positioned over the anchor. UNDER – Menu is positioned under the anchor. Properties# OVER = 'over' class-attribute instance-attribute # Menu is positioned over the anchor. UNDER = 'under' class-attribute instance-attribute # Menu is positioned under the anchor.