PGP Shield
Toggle table of contents
1.0.0
release
Target filter
release
Switch theme
Search in API
Skip to content
PGP Shield
app
/
ltechnologies.onionphone.pgpshield.ui.components
/
SettingSwitchRow
Setting
Switch
Row
@
Composable
fun
SettingSwitchRow
(
label
:
String
,
checked
:
Boolean
,
onChecked
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
subtitle
:
String
?
=
null
)
List row with a label, optional
subtitle
and a trailing toggle
Switch
.