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