Function

semantics

Associate accessibility semantics with an element.

Deprecated

glance-wear-tiles is deprecated and will be removed

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

public fun GlanceCurvedModifier.semantics(
    properties: (SemanticsPropertyReceiver.() -> Unit)
): GlanceCurvedModifier

Associate accessibility semantics with an element. This should generally be used sparingly, amd in mose cases should only be applied to the top-level layout element or clickable elements.