Start native apps faster with the Composables CLI ->
Class

WindowAlignmentMarginPosition.Vertical

A MenuPosition.Vertical which vertically aligns the menu within the window according to the given alignment.

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