ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
components
/
com.brokenkernel.components.view
/
EnumerationRadioSelection
Enumeration
Radio
Selection
@
Composable
inline
fun
<
T
:
Enum
<
T
>
,
V
:
Enum
<
V
>
>
EnumerationRadioSelection
(
crossinline
onEnumerationSelection
:
(
T
)
->
Unit
,
currentlySelected
:
V
,
uiToInternalMapping
:
(
T
)
->
V
,
modifier
:
Modifier
=
Modifier
)