StackDistribution

StackDistribution

How children are distributed along the main axis of a stack.

Definition

type StackDistribution = "start" | "center" | "end" | "space-between" | "space-around" | "space-evenly"

Methods & Properties