Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.common.components
/
PreferenceFooter
Preference
Footer
@
Composable
fun
PreferenceFooter
(
enabled
:
Boolean
,
onCancelClicked
:
(
)
->
Unit
,
onSaveClicked
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
@
Composable
fun
PreferenceFooter
(
enabled
:
Boolean
,
@
StringRes
negativeText
:
Int
,
onNegativeClicked
:
(
)
->
Unit
,
@
StringRes
positiveText
:
Int
,
onPositiveClicked
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)