Start native apps faster with the Composables CLI ->
Class

AnchorAlignmentOffsetPosition.Horizontal

A MenuPosition.Horizontal which horizontally aligns the given menuAlignment with the given anchorAlignment.

Source set: Common
data class Horizontal(
private val menuAlignment: Alignment.Horizontal,
private val anchorAlignment: Alignment.Horizontal,
) : MenuPosition.Horizontal

A MenuPosition.Horizontal which horizontally aligns the given menuAlignment with the given anchorAlignment.

Last updated: