Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.sharedtransition
/
SharedTransitionLayoutWithLocal
Shared
Transition
Layout
With
Local
@
Composable
fun
<
T
>
SharedTransitionLayoutWithLocal
(
targetState
:
T
,
modifier
:
Modifier
=
Modifier
,
content
:
@
Composable
(
T
)
->
Unit
)