Source set: Common
data class Vertical(private val alignment: Alignment.Vertical) : MenuPosition.Vertical
A MenuPosition.Vertical which vertically aligns the menu within the window according to the given alignment.
Functions
position
Source set: Common
override fun position(anchorBounds: IntRect, windowSize: IntSize, menuHeight: Int): Int