gleam

fun NavGraphBuilder.gleam(route: String, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), content: @Composable ColumnScope.(backstackEntry: NavBackStackEntry) -> Unit)

Add the content as gleam content to the NavGraphBuilder

Parameters

route

route for the destination

arguments

list of arguments to associate with destination

deepLinks

list of deep links to associate with the destinations

content

the gleam content at the given destination