AutoResizedText

fun AutoResizedText(text: String, modifier: Modifier = Modifier, color: Color = Color.Unspecified, style: TextStyle = MaterialTheme.typography.bodySmall, fontWeight: FontWeight = FontWeight.Bold, textAlign: TextAlign = TextAlign.Center)

Composable function that automatically adjusts the size of text to fit within the given constraints.