Container

constructor(width: Size? = null, height: Size? = null, fullWidth: Boolean = false, float: Container.FloatAlignment? = null, fullColumnSpan: Boolean = false, className: String? = null, style: NodeStyle = NodeStyle.DEFAULT, children: List<Node>)

Parameters

width

width of the container

height

height of the container

fullWidth

whether the container should take up the full width of the parent. Overridden by width

float

floating position of the container within the subsequent content

fullColumnSpan

whether the container should span across all columns in a multi-column layout

className

custom class name for the container, useful for applying custom styles, if supported by the renderer