Package-level declarations

Functions

Link copied to clipboard

Remembers a CustomTabsIntent whose color scheme follows the app's theme rather than the system's, so a Custom Tab matches the user's theme preference.

Link copied to clipboard
fun <T> SingleChoiceDialog(title: String, options: List<T>, initialSelection: T, optionLabel: (T) -> String, onDismissRequest: () -> Unit, onConfirm: (T) -> Unit, modifier: Modifier = Modifier, optionDescription: (T) -> String?? = null)