CenteredElementLayout

@Serializable
@SerialName(value = "centered-element")
data class CenteredElementLayout(val body: UiElement) : UiLayout

Full-screen layout for a single element.

This is typically used as a splash screen.

Constructors

Link copied to clipboard
constructor(body: UiElement)

Properties

Link copied to clipboard