PropertyValue
class PropertyValue<T : StylePropertyValue>(name: String, defaultFallback: T? = null, prefix: String? = null) : StyleVariable<T, T> (source)
Represents a StyleVariable of a custom type.
Represents a StyleVariable of a custom type.