toggle menu
designsystem
androidJvm
switch theme
search in API
designsystem
/
com.terning.core.designsystem.component.bottomsheet
/
SortingBottomSheet
Sorting
Bottom
Sheet
@
Composable
fun
SortingBottomSheet
(
onDismiss
:
(
)
->
Unit
,
currentSortBy
:
Int
,
modifier
:
Modifier
=
Modifier
,
newSortBy
:
MutableState
<
Int
>
=
mutableIntStateOf(currentSortBy)
,
onSortChange
:
(
Int
)
->
Unit
=
{}
)