stack Layout

A container that stacks children vertically by default. Use `horizontal` to arrange them in a row.

Live example Open in editor ↗
Actions Save Cancel Delete Made with Wiremark

Modifiers

ModifierEffect
horizontalArranges children in a row
verticalStacks children vertically (default)

Children

Accepts any component as a child.