AnimatedNavDecoration

todo Finish docs.

Animated navigation decoration is an implementation of NavDecoration that provides the Navigation for shared elements. It also allows for indepth customization of its AnimatedContent through the AnimatedNavDecorator.

Inheritors

Constructors

Link copied to clipboard
constructor(decoratorFactory: AnimatedNavDecorator.Factory)

Functions

Link copied to clipboard
open override fun <T : NavArgument> DecoratedContent(args: ImmutableList<T>, backStackDepth: Int, modifier: Modifier, content: @Composable (T) -> Unit)