Source set: 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.
A ValueElement describes an element of a compose value instance.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
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.
Last updated: