position property

PullDownMenuPosition position
final

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

offset is used to change the position of the popup menu relative to the position set by this parameter.

Defaults to PullDownMenuPosition.under which makes the popup menu appear directly under the button that was used to create it.

Implementation

final PullDownMenuPosition position;