I want to implement a feature where when I click on a specific sentence within this paragraph, the background color of that sentence changes.
I've tried looking into gesture detection and text selection features within Jetpack Compose, but couldn't find a straightforward way to achieve this effect. Can someone please guide me on how to implement this functionality?
You can split your text into sentences make each clickable and then change the bg color