StyleVariablePropertyProvider

class StyleVariablePropertyProvider<T : StylePropertyValue>(source)

A delegate provider class which allows you to create a StyleVariable.PropertyValue instance via the by keyword.

If wrapped inside a parent object, this will treat that as a source of a group name prefix that will get prepended in front of your variable name.

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): StyleVariable.PropertyValue<T>