toggle menu
cup
1.0.0-Beta-03
common
switch theme
search in API
cup
/
net.kodein.cup
/
withPresentationState
with
Presentation
State
@
Composable
fun
withPresentationState
(
initial
:
(
List
<
Slide
>
)
->
Pair
<
Int
,
Int
>
=
{ 0 to 0 }
,
content
:
@
Composable
(
)
->
Unit
)