🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

SemanticsPropertyReceiver

SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set key/value pairs primarily via extension functions.

Source set: Common
public interface SemanticsPropertyReceiver

SemanticsPropertyReceiver is the scope provided by semantics {} blocks, letting you set key/value pairs primarily via extension functions.

Functions

set

Source set: Common
public operator fun <T> set(key: SemanticsPropertyKey<T>, value: T)