Package-level declarations
Functions
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard