Source set: Common
data class Vertical(
private val menuAlignment: Alignment.Vertical,
private val anchorAlignment: Alignment.Vertical,
) : MenuPosition.Vertical
A MenuPosition.Vertical which vertically aligns the given menuAlignment with the given anchorAlignment.
Functions
position
Source set: Common
override fun position(anchorBounds: IntRect, windowSize: IntSize, menuHeight: Int): Int