Skip to content

Instantly share code, notes, and snippets.

@dilrajsingh1997
Last active December 6, 2021 14:47
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 dilrajsingh1997/7f159be84858323e849c185ad1f4ba28 to your computer and use it in GitHub Desktop.
Save dilrajsingh1997/7f159be84858323e849c185ad1f4ba28 to your computer and use it in GitHub Desktop.
composable(
route = "userPage?uniqueUser={uniqueUser}",
arguments = mutableListOf(
navArgument("uniqueUser") {
type = UserPage_UniqueUsersNavType
}
) { backStackEntry ->
// content
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment