The Stack widget lays a set of Children as either a set of columns or rows. It is a convenient way to construct a 1D Grid. It can be constructed using either:
Stack
Children
Grid
Stack::rows
Children::into_rows()
Stack::columns
Children::into_columns()
The stack widget places spacing between each element called a gutter.