A11y PSA: I was having an issue with some UI elements not being seen by VoiceOver, though they were by TalkBack. Turns out I was using the wrong Card variant. Note there are two: one that takes an onClick and one that doesn't. I was using the one that did not, but using Modifier.clickable{} instead. Works fine in all cases, except VoiceOver. So if anybody else runs into this, hope this helps.