EmptyElement

@Serializable
@SerialName(value = "empty")
data object EmptyElement : UiElement.Static

UI Element that does nothing. Can be used as a default when no element should be shown, or in grids to fill blank space.

Functions

Link copied to clipboard
inline fun <T : UiElement> UiElement.renderWithType(block: T.() -> Unit): RenderResult