startLayoutExample
@
safe @
()
=> label("Every Fluid node can provide hints on how it should be laid out by the node its inside of, its " ~ "parent. These are provided by passing the '.layout' setting as the first argument to the node."),
()
=> label("One of the parameters controlled with this setting is a node's align. Each node is virtually wrapped " ~ "in a box that restricts its boundaries. If a node is given more space than it needs, it will be aligned " ~ "differently within its boundary box based on this parameter. By default, alignment is set to the top-left " ~ `corner, which is equivalent to setting '.layout!("start", "start")'. `) Label
startLayoutExample