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
/
BitwisePreference
Bitwise
Preference
@
Composable
fun
BitwisePreference
(
title
:
String
,
value
:
Int
,
enabled
:
Boolean
,
items
:
List
<
Pair
<
Int
,
String
>
>
,
onItemSelected
:
(
Int
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
summary
:
String
?
=
null
)
(
source
)