MaleficComponents
Toggle table of contents
1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
MaleficComponents
MaleficComponents
/
xyz.malefic.compose.comps.switch
Package-level
declarations
Functions
Functions
Boolean
Switch
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.