function rowBuilder()
Creates a view builder for a horizontal row container element.
function rowBuilder(...builders: Array<ViewBuilder | undefined>): RowBuilder;
Parameters
- builders — Optional view builders for the content of the row.
Return value
A builder object for configuring the row.
Related
class UIRow
A view class that represents a row container element.class UIRow
A view class that represents a row container element.class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.
