You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`orientation`|`'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) |`'horizontal'`| Whether child widgets should be horizontally or vertically added. |
49
49
|`widgets`|`(Module or Widget)[]`|`[]`| List of modules/widgets to add to this box. |
50
+
|`halign`|`'start'` or `'center'` or `'end'` or `'fill'`|`'fill'`| The horizontal alignment of the box within its parent container. |
51
+
|`valign`|`'start'` or `'center'` or `'end'` or `'fill'`|`'fill'`| The vertical alignment of the box within its parent container. |
0 commit comments