Filester
Toggle table of contents
3.1.1
proprietaryRelease
Target filter
proprietaryRelease
Switch theme
Search in API
Skip to content
Filester
Filester
/
com.roozbehzarei.filester.presentation.components
/
SingleChoiceDialog
Single
Choice
Dialog
@
Composable
fun
<
T
>
SingleChoiceDialog
(
title
:
String
,
options
:
List
<
T
>
,
initialSelection
:
T
,
optionLabel
:
(
T
)
->
String
,
onDismissRequest
:
(
)
->
Unit
,
onConfirm
:
(
T
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
optionDescription
:
(
T
)
->
String
?
?
=
null
)