cushy/guide/src/widgets/layout/stack.md
Jonathan Johnson 6ad6cca32d
Children renamed to WidgetList
Plus more work on the user's guide, which inspired the rename.
2024-01-09 13:26:14 -08:00

897 B

Stack

The Stack widget lays a set of WidgetList as either a set of columns or rows. It is a convenient way to construct a 1D Grid. It can be constructed using either:

The stack widget places spacing between each element called a gutter.