Compose API Reference Compose UI ValueElement Class Common data class ValueElement(val name: String, val value: Any?) A ValueElement describes an element of a compose value instance. The name typically refers to a (possibly private) property name with its corresponding value.
Compose API Reference Compose UI ValueElement Class Common data class ValueElement(val name: String, val value: Any?) A ValueElement describes an element of a compose value instance. The name typically refers to a (possibly private) property name with its corresponding value.