Start native apps faster with the Composables CLI ->
Object

AbsoluteAlignment

A collection of common Alignments unaware of the layout direction.

Source set: Common
public object AbsoluteAlignment

A collection of common Alignments unaware of the layout direction.

Properties

TopLeft

Source set: Common
@Stable public val TopLeft: Alignment = BiasAbsoluteAlignment(-1f, -1f)

TopRight

Source set: Common
@Stable public val TopRight: Alignment = BiasAbsoluteAlignment(1f, -1f)

CenterLeft

Source set: Common
@Stable public val CenterLeft: Alignment = BiasAbsoluteAlignment(-1f, 0f)

CenterRight

Source set: Common
@Stable public val CenterRight: Alignment = BiasAbsoluteAlignment(1f, 0f)

BottomLeft

Source set: Common
@Stable public val BottomLeft: Alignment = BiasAbsoluteAlignment(-1f, 1f)

BottomRight

Source set: Common
@Stable public val BottomRight: Alignment = BiasAbsoluteAlignment(1f, 1f)

Left

Source set: Common
@Stable public val Left: Alignment.Horizontal = BiasAbsoluteAlignment.Horizontal(-1f)
Source set: Common
@Stable public val Right: Alignment.Horizontal = BiasAbsoluteAlignment.Horizontal(1f)