Class

AnchorAlignmentOffsetPosition.Vertical

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.