Package-level declarations
Material 3-style components to be used in settings pages.
Functions
Link copied to clipboard
fun CheckboxSetting(title: Int, body: Int, onCheckedChange: (Boolean) -> Unit, checked: Boolean, modifier: Modifier = Modifier.fillMaxWidth())
fun CheckboxSetting(title: String, body: String, onCheckedChange: (Boolean) -> Unit, checked: Boolean, modifier: Modifier = Modifier.fillMaxWidth())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The title of a settings section. Similar to the one in Android 13 settings. (Note - not to be confused with the expanding title bar)