LavaUI docs

enum StackAlignment

Swift

enum StackAlignment

Cross-axis placement of children in an HStack or VStack.

Sources/LavaUI/Stack.swift:2

Cases

case start

Not documented.

Sources/LavaUI/Stack.swift:3

case center

Not documented.

Sources/LavaUI/Stack.swift:4

case end

Not documented.

Sources/LavaUI/Stack.swift:5

case stretch

Expand children across the stack's cross axis when their size is auto.

Sources/LavaUI/Stack.swift:7