BasicRichText

fun BasicRichText(modifier: Modifier = Modifier, style: RichTextStyle? = null, linkClickHandler: LinkClickHandler? = null, children: @Composable RichTextScope.() -> Unit)

Draws some rich text. Entry point to the compose-richtext library.