Responsive Text
fun ResponsiveText(text: String, modifier: Modifier = Modifier, style: TextStyle = LocalTextStyle.current, maxLines: Int = Int.MAX_VALUE, overflow: TextOverflow = TextOverflow.Clip)
A Text composable that will auto-scale the font size up and down to fit in the containing element.