Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.screen
/
love.yinlin.compose.screen
/
ScreenManager
/
Companion
/
Navigation
Navigation
@
Composable
inline
fun
<
Main
:
BasicScreen
>
Navigation
(
modifier
:
Modifier
=
Modifier.fillMaxSize()
,
deeplink
:
DeepLink
=
DeepLink.Default
,
noinline
transitionSpecProvider
:
AnimatedContentTransitionScope
<
*
>
.
(
)
->
ContentTransform
=
{ slideIntoContainer( towards = AnimatedContentTransitionScope.SlideDirection.Start, animationSpec = tween(durationMillis = 400) ) togetherWith slideOutOfContainer( towards = AnimatedContentTransitionScope.SlideDirection.End, animationSpec = tween(durationMillis = 400) ) }
,
crossinline
builder
:
ScreenMap
.
(
)
->
Unit
)