RowLayoutResponse

data class RowLayoutResponse(val rows: List<RowResponse>)

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rows of content to display.