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
fun BoxScope.CloseButton(shouldDisplayDismissButton: Boolean, color: Color?, actionInProgress: Boolean, onClick: () -> Unit)
Link copied to clipboard
fun DisableTouchesComposable(shouldDisable: Boolean = true, content: @Composable () -> Unit)
Link copied to clipboard
Link copied to clipboard