exitTransition
open fun AnimatedContentTransitionScope<AnimatedNavState>.exitTransition(animatedNavEvent: AnimatedNavEvent): ExitTransition?(source)
Defines the transition used when this screen is no longer the top screen.
Return
An ExitTransition or null to use the default exit transition.
Parameters
animatedNavEvent
The AnimatedNavEvent that triggered this transition.