Tag: SpannableText

Clickable SpannableText in Jetpack Compose

Previously I have posted an article how we can span a text in jetpack compose . See here In compose if you want to make a text clickable either you can us Modifer.clickable on a Text or ClickableText. But We’ll use ClickableText because it also give the offset of char...