navigateTo
Navigate to a path with optional parameters.
Parameters
The route path to navigate to
If true, replaces the current entry instead of pushing
If true, automatically builds the backstack based on path hierarchy.
Optional builder for navigation parameters
Navigate to a Navigatable instance with full-path resolution.
Unlike navigateTo with a string path, this overload resolves the navigatable's full path from the navigation graph, so nested screens are found correctly.
Parameters
The navigatable to navigate to
If true, replaces the current entry instead of pushing
If true, automatically builds the backstack based on path hierarchy.
Navigate to a screen type with optional parameters.
Parameters
If true, replaces the current entry instead of pushing
Optional graph ID to prefer when resolving the target
If true, automatically builds the backstack based on path hierarchy.
Optional builder for navigation parameters