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
/
PreferenceFooter
Preference
Footer
@
Composable
fun
PreferenceFooter
(
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
negativeText
:
String
?
=
null
,
onNegativeClicked
:
(
)
->
Unit
=
{}
,
positiveText
:
String
?
=
null
,
onPositiveClicked
:
(
)
->
Unit
=
{}
)
(
source
)