PageLayout

data class PageLayout(val body: UiElement) : UiLayout

Standard top-to-bottom page layout.

Constructors

Link copied to clipboard
constructor(body: UiElement)

Properties

Link copied to clipboard