CssProperty

class CssProperty<T>(default: () -> T? = null)(source)

Constructors

Link copied to clipboard
constructor(default: () -> T? = null)

Functions

Link copied to clipboard
operator fun getValue(thisRef: StyledElement, property: KProperty<*>): T
Link copied to clipboard
operator fun setValue(thisRef: StyledElement, property: KProperty<*>, value: T)