Skip to content

Instantly share code, notes, and snippets.

@nikit19
Created October 30, 2021 19:23
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/597e44c68e699ff912f136b4a7d862ae to your computer and use it in GitHub Desktop.
Save nikit19/597e44c68e699ff912f136b4a7d862ae to your computer and use it in GitHub Desktop.
@Composable
public fun SwipeDismissableNavHost(
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