zIndex
open fun AnimatedContentTransitionScope<AnimatedNavState>.zIndex(animatedNavEvent: AnimatedNavEvent): Float?(source)
Defines the ContentTransform.targetContentZIndex of the screen when it is becoming the top screen.
Return
The z-index or null to use the default z-index.
Parameters
animatedNavEvent
The AnimatedNavEvent that triggered this transition.