protected inner class RefreshDelegate<T>
RefreshDelegate(refreshFunction: (T) -> Unit) |
operator fun getValue(thisRef: StyledComponent, property: KProperty<*>): T |
|
operator fun setValue(thisRef: StyledComponent, property: KProperty<*>, value: T): Unit |