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
/
SliderPreference
Slider
Preference
@
Composable
fun
<
T
>
SliderPreference
(
title
:
String
,
enabled
:
Boolean
,
items
:
List
<
Pair
<
T
,
String
>
>
,
selectedValue
:
T
,
onValueChange
:
(
T
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
summary
:
String
?
=
null
)
(
source
)