lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-management-ui-common
/
com.apadmi.mockzilla.ui.ui.common.components
/
DropdownMenu
Dropdown
Menu
@
Composable
fun
<
T
>
DropdownMenu
(
selectedLabel
:
String
,
stringForItem
:
(
T
)
->
String
,
onSelected
:
(
T
)
->
Unit
,
items
:
List
<
T
>
)