NavigationState

class NavigationState<T : NavKey>(val startRoute: T, topLevelRoute: MutableState<T>, val backStacks: Map<T, NavBackStack<T>>)

State holder for navigation state.

Constructors

Link copied to clipboard
constructor(startRoute: T, topLevelRoute: MutableState<T>, backStacks: Map<T, NavBackStack<T>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Convert NavigationState into NavEntries.