clickable

fun String.clickable(onClick: () -> Unit): AnnotatedString

Makes this string clickable. When clicked, the onClick lambda is invoked

Return

the AnnotatedString created