Package-level declarations

Functions

Link copied to clipboard
@Composable
fun BooleanSwitch(state: MutableState<Boolean>, modifier: Modifier = Modifier)

A composable function that displays a Switch tied to the given Boolean value.