Expand description
ClickableText widget for handling clicks on annotated text.
Mirrors Jetpack Compose’s ClickableText from:
compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ClickableText.kt
Functions§
- Clickable
Text - Displays an
AnnotatedStringand callson_clickwith the byte offset of the character under the pointer at the time of the click.