position property

PopupMenuPosition? position
final

Whether the popup menu is positioned over or under the popup menu button.

When not set, the position defaults to PopupMenuPosition.over which makes the popup menu appear directly over the button that was used to create it.

Implementation

final PopupMenuPosition? position;