Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.component
/
SwitchPreference
Switch
Preference
@
Composable
fun
SwitchPreference
(
modifier
:
Modifier
=
Modifier
,
title
:
String
,
summary
:
String
=
""
,
checked
:
Boolean
,
enabled
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
padding
:
PaddingValues
?
=
null
,
containerColor
:
Color
?
=
null
,
loading
:
Boolean
=
false
)
(
source
)