Hi all! Using `ClickableText + AnnotatedString` (...
# compose
c
Hi all! Using
ClickableText + AnnotatedString
(Following this approach from the docs) to render a text with several clickable sections. Is there a simple way to have some pressed state when one of the clickable sections is clicked?
t
I think you could use multiple `pushStringAnnotation`s with specific `tag`s for each clickable section, and then the
ClickableText
offset
to figure out which
tag
was clicked for that
offset