Create a new Box container widget.
const myBox = newBox({ vertical: true, children: [child1, child2] });const hBox = newBox([child1, child2]); Copy
const myBox = newBox({ vertical: true, children: [child1, child2] });const hBox = newBox([child1, child2]);
Create a new Box container widget.