Composables UI is out: our new component library for Compose Multiplatform ->
Class

AnchorAlignmentOffsetPosition.Vertical

A MenuPosition.Vertical which vertically aligns the given menuAlignment with the given anchorAlignment.

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.

Last updated: