Graph
Builds a top-level navigation graph — a set of screens sharing one back stack, with the stack starting at startEntryId. This is the app's (or a screen area's) root navigator; for a back stack nested inside a single tile, use NestedNavigationGraph instead.
Parameters
Screen id the back stack starts at.
Cache expiry — the client re-fetches the graph after this datetime instead of using its cached copy. Defaults to none (cached indefinitely).
Fallback enter/exit transition for entries that don't declare their own. Defaults to none (instantaneous).
Fallback back-navigation transition for entries that don't declare their own. Defaults to none (instantaneous).
Fallback predictive-back-gesture transition for entries that don't declare their own. Defaults to none (instantaneous).
Screens reachable inside this graph, declared with entry.