GML Vertical Box Layout
Defines a vertical GUI box layout. This is a layout object that lays out widgets side-by-side vertically.
@GUI::Widget { layout: @GUI::VerticalBoxLayout { spacing: 2 } }