RowLayoutArgs

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.

Constructors

Link copied to clipboard
fun RowLayoutArgs(rows: Output<List<RowArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RowLayoutArgs

Properties

Link copied to clipboard
val rows: Output<List<RowArgs>>? = null

The rows of content to display.