composable

fun NavGraphBuilder.composable(navRouter: NavRouter, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), content: @Composable (NavBackStackEntry) -> Unit)

Parameters

navRouter

route for the destination

arguments

list of arguments to associate with destination

deepLinks

list of deep links to associate with the destinations

content

Composable for the destination