ScrollingListLayout

data class ScrollingListLayout(val items: List<UiElement>) : UiLayout

Scrolling list of UI elements.

Constructors

Link copied to clipboard
constructor(items: List<UiElement>)

Properties

Link copied to clipboard

Elements to be displayed in the scrolling section of the layout.