Adds additional space between child views.
Specifies where along the cross axis the child views should be laid out.
Default flex for views when none is specified via CefBoxLayout methods. Using the preferred size as the basis, free space along the main axis is distributed to views in the ratio of their flex weights. Similarly, if the views will overflow the parent, space is subtracted in these ratios. A flex of 0 means this view is not resized. Flex values must not be negative.
If true (1) the layout will be horizontal, otherwise the layout will be vertical.
Adds additional horizontal space between the child view area and the host view border.
Adds additional space around the child view area.
Adds additional vertical space between the child view area and the host view border.
Specifies where along the main axis the child views should be laid out.
Minimum cross axis size.
Settings used when initializing a CefBoxLayout.