LayoutElementBuilders.Layout.Builder


class LayoutElementBuilders.Layout.Builder


Builder for Layout

Summary

Public constructors

Creates an instance of Builder.

Public functions

LayoutElementBuilders.Layout

Builds an instance from accumulated values.

LayoutElementBuilders.Layout.Builder

Sets the root element in the layout.

Public constructors

Builder

Added in 1.0.0
Builder()

Creates an instance of Builder.

Public functions

build

Added in 1.0.0
fun build(): LayoutElementBuilders.Layout

Builds an instance from accumulated values.

setRoot

Added in 1.0.0
fun setRoot(root: LayoutElementBuilders.LayoutElement): LayoutElementBuilders.Layout.Builder

Sets the root element in the layout.