Row

constructor(horizontalArrangement: Align = Align.left, verticalAlignment: AlignV = AlignV.top, spacedBy: Float = 0.0f)

Initializes the Row with alignment and spacing.

Parameters

horizontalArrangement

The horizontal alignment of the elements

verticalAlignment

The vertical alignment of the elements

spacedBy

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

horizontalArrangement

The horizontal alignment of the elements

verticalAlignment

The vertical alignment of the elements

spacedBy

The space between the elements