Column
constructor(verticalArrangement: AlignV = AlignV.top, horizontalAlignment: Align = Align.left, spacedBy: Float = 0.0f)
Initializes the Column with alignment and spacing.
Parameters
vertical Arrangement
The vertical alignment of the elements
horizontal Alignment
The horizontal alignment of the elements
spaced By
The space between the elements
constructor(id: String, verticalArrangement: AlignV = AlignV.top, horizontalAlignment: Align = Align.left, spacedBy: Float = 0.0f)
Initializes the Column with an ID, alignment, and spacing.
Parameters
id
The identifier for this layout
vertical Arrangement
The vertical alignment of the elements
horizontal Alignment
The horizontal alignment of the elements
spaced By
The space between the elements