DefaultDecoration
The default NavDecoration used in navigation.
Properties
Link copied to clipboard
The ContentTransform used for 'backward' navigation changes (i.e. items popped off stack). This isn't meant for public consumption, so be aware that this may be removed/changed at any time.
Link copied to clipboard
The ContentTransform used for 'forward' navigation changes (i.e. items added to stack). This isn't meant for public consumption, so be aware that this may be removed/changed at any time.
Functions
Link copied to clipboard
open override fun <T> DecoratedContent(args: ImmutableList<T>, backStackDepth: Int, modifier: Modifier, content: @Composable (T) -> Unit)