AutoLinkText

fun AutoLinkText(text: String, modifier: Modifier = Modifier, style: TextStyle = TextStyle.Default, linkStyles: TextLinkStyles = DefaultTextLinkStyles, color: Color = Color.Unspecified, textAlign: TextAlign? = null)(source)

A Text component that automatically detects and linkifies URLs, email addresses, and phone numbers.