Row Layout Args
data class RowLayoutArgs(val rows: Output<List<RowArgs>>? = null) : ConvertibleToJava<RowLayoutArgs>
A simplified layout that divides the available space into rows and arranges a set of widgets horizontally in each row.