composable
fun NavGraphBuilder.composable(navRouter: NavRouter, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), content: @Composable (NavBackStackEntry) -> Unit)
Parameters
nav Router
route for the destination
arguments
list of arguments to associate with destination
deep Links
list of deep links to associate with the destinations
content
Composable for the destination