What do I use the SemanticsProperty <https://devel...
# compose
d
What do I use the SemanticsProperty indexForKey for? What effect does it have?
b
I believe it is just there to support the `performScrollToKey()` action in tests right now. I don’t see references to it elsewhere, e.g. in the accessibility delegate for ComposeView. The commit that introduced that property seems to indicate that as well.
d
Ah, I see. Thanks! 🙌