StylePropertyProviderScope

Known direct subclasses
CustomStyleScope

An interface that is the base interface for all styles scopes.

Known indirect subclasses
CommonStyleScope

A CommonStyleScope is the scope used by a CommonStyle.

StyleScope

A StyleScope is the receiver scope of a Style lambda.


Provides scope for declaring or overriding style property values.

Summary

Public functions

Unit
<T : Any?> ProvidableStyleProperty<T>.provide(value: T)

Sets or updates the value of a ProvidableStyleProperty.

Cmn

Public functions

ProvidableStyleProperty.provide

fun <T : Any?> ProvidableStyleProperty<T>.provide(value: T): Unit

Sets or updates the value of a ProvidableStyleProperty.