Composables UI is out: our new component library for Compose Multiplatform ->
Class

ValueElementSequence

A builder for a sequence of ValueElement.

Source set: Common
class ValueElementSequence : Sequence<ValueElement>

A builder for a sequence of ValueElement.

Functions

set

operator fun set(name: String, value: Any?)

Specify a sub element with name and value.

Last updated: