StyleRefreshDelegate

value class StyleRefreshDelegate<T>(refreshFunction: (T) -> Unit)

Constructors

Link copied to clipboard
constructor(refreshFunction: (T) -> Unit)

Functions

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