Row Args
data class RowArgs(val weight: Output<String>? = null, val widgets: Output<List<WidgetArgs>>? = null) : ConvertibleToJava<RowArgs>
Defines the layout properties and content for a row.
Defines the layout properties and content for a row.