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
.