ResponsiveText

fun ResponsiveText(    text: String,     modifier: Modifier = Modifier,     style: TextStyle = LocalTextStyle.current,     maxLines: Int = Int.MAX_VALUE,     ellipsis: Boolean = false)

A Text composable that will auto-scale the font size up and down to fit in the containing element.