🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

Alignment.Vertical

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Source set: Android
public class Vertical private constructor(private val value: Int)

Specifies how a parent should lay its children out vertically, if the child has a height smaller than the parent.

Members

Companion

Source set: Android
public companion object

Properties

Top

Source set: Android
public val Top: Vertical = Vertical(0)

CenterVertically

Source set: Android
public val CenterVertically: Vertical = Vertical(1)

Bottom

Source set: Android
public val Bottom: Vertical = Vertical(2)