Column

constructor(verticalArrangement: AlignV = AlignV.top, horizontalAlignment: Align = Align.left, spacedBy: Float = 0.0f)

Initializes the Column with alignment and spacing.

Parameters

verticalArrangement

The vertical alignment of the elements

horizontalAlignment

The horizontal alignment of the elements

spacedBy

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

verticalArrangement

The vertical alignment of the elements

horizontalAlignment

The horizontal alignment of the elements

spacedBy

The space between the elements