kmp-settings
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-settings
settings-ui-compose
/
io.github.mlmgames.settings.ui.dialogs
/
SelectionDialog
Selection
Dialog
@
Composable
fun
<
T
>
SelectionDialog
(
title
:
String
,
items
:
List
<
T
>
,
selectedItem
:
T
?
=
null
,
itemLabel
:
(
T
)
->
String
,
onItemSelected
:
(
T
)
->
Unit
,
onDismiss
:
(
)
->
Unit
)