Hi guys, any idea how to manage accessibility on C...
# compose
k
Hi guys, any idea how to manage accessibility on Compose, like
setContentDescription
?
a
I think this is the equivalent to setContentDescription
Copy code
Modifier.semantics { accessibilityLabel = "content description" }
z
Image and icon composables are getting content description parameters soon, I just saw a CL for that a few days ago
👍🏽 2