AnimatedNavDecoration
abstract class AnimatedNavDecoration(decoratorFactory: AnimatedNavDecorator.Factory) : NavDecoration(source)
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
Functions
Link copied to clipboard
open override fun <T : NavArgument> DecoratedContent(args: ImmutableList<T>, backStackDepth: Int, modifier: Modifier, content: @Composable (T) -> Unit)