Row
Row is a layout manager that arranges its children in a horizontal sequence.
See also
Constructors
Link copied to clipboard
constructor(horizontalArrangement: Align = Align.left, verticalAlignment: AlignV = AlignV.top, spacedBy: Float = 0.0f)
Initializes the Row with alignment and spacing.
constructor(id: String, horizontalArrangement: Align = Align.left, verticalAlignment: AlignV = AlignV.top, spacedBy: Float = 0.0f)
Initializes the Row with an ID, alignment, and spacing.