Function

clearAndSetSemantics

Clears the semantics of all descendants and sets new semantics.

clearAndSetSemantics

Source set: Android
public fun RemoteModifier.clearAndSetSemantics(
    properties: SemanticsPropertyReceiver.() -> Unit
): RemoteModifier

Clears the semantics of all descendants and sets new semantics.

Parameters

properties A lambda to configure the semantics.

Last updated: