Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created October 30, 2021 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikit19/df98066d0de20def4ebcc6ba464a2a3c to your computer and use it in GitHub Desktop.
Save nikit19/df98066d0de20def4ebcc6ba464a2a3c to your computer and use it in GitHub Desktop.
public fun NavGraphBuilder.composable(
route: String,
arguments: List<NamedNavArgument> = emptyList(),
deepLinks: List<NavDeepLink> = emptyList(),
content: @Composable (NavBackStackEntry) -> Unit
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment