toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-settings-ui
/
com.mapbox.dash.settings.presentation.ui.component
/
DropDownList
Drop
Down
List
@
Composable
fun
<
T
>
DropDownList
(
allValues
:
Map
<
T
,
String
>
,
selectedValue
:
T
,
modifier
:
Modifier
=
Modifier
,
title
:
String
?
=
null
,
onSelectionChanged
:
(
T
)
->
Unit
=
{}
)