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