PageLayout

@Serializable
@SerialName(value = "page")
data class PageLayout(val body: UiElement) : UiLayout

Deprecated

Use ScrollingListLayout instead.

Standard top-to-bottom page layout.

Constructors

Link copied to clipboard
constructor(body: UiElement)

Properties

Link copied to clipboard