DynamicCssDelegate
The only purpose of this class is to intercept the property's name which is used to construct the final CSS class name.
Functions
Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, providingProperty: KProperty<*>): ReadOnlyProperty<Any?, DynamicCssProvider<T>>
Intercepts the property name this delegate is assigned to and constructs the corresponding DynamicCssProvider.