Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created October 30, 2021 19:24
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/aac36c197eac054e73417af7621e9824 to your computer and use it in GitHub Desktop.
Save nikit19/aac36c197eac054e73417af7621e9824 to your computer and use it in GitHub Desktop.
@Composable
public fun NavHost(
navController: NavHostController,
startDestination: String,
modifier: Modifier = Modifier,
route: String? = null,
builder: NavGraphBuilder.() -> Unit
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment