## Name GML Vertical Box Layout Widget ## Description Defines a vertical GUI box layout. ## Synopsis `@GUI::VerticalBoxLayout` ## Examples ```gml @GUI::VerticalBoxLayout { spacing: 2 } ```