DecoratedContent
abstract fun <T : NavArgument> DecoratedContent(args: NavStackList<T>, navigator: Navigator, modifier: Modifier, content: @Composable (T) -> Unit)(source)
Renders decorated content for the current navigation state.
Parameters
args
The current navigation stack.
navigator
The current navigator instance.
modifier
The modifier to be applied to the decorated content.
content
The content for a given navigation argument.
Type Parameters
T
The type of navigation argument that extends NavArgument