NavHost
Once this is called, any Composable within the given NavGraphBuilder can be navigated to from the provided navController.
The builder passed into this method is remembered. This means that for this NavHost, the contents of the builder cannot be changed.
This function wraps androidx.navigation.compose.NavHost.
Parameters
the navController for this host
the start NavDestination
The modifier to be applied to the layout.
The Alignment of the AnimatedContent
the route for the graph
callback to define enter transitions for destination in this host
callback to define exit transitions for destination in this host
callback to define popEnter transitions for destination in this host
callback to define popExit transitions for destination in this host
the builder used to construct the graph