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,
private val offset: Int,
) : MenuPosition.Vertical

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

Last updated: