BackStack
A caller-supplied stack of Records for presentation with a Navigator. Iteration order is top-first (first element is the top of the stack).
Inheritors
Properties
Link copied to clipboard
true if the BackStack contains no records. Iterable.firstOrNull will return null.
Link copied to clipboard
Functions
Link copied to clipboard
Clear any saved state from the BackStack.
Link copied to clipboard
Whether the back stack contains the given record.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes the state associated with the given screen from the internal state store.
Link copied to clipboard
Link copied to clipboard
Saves the current back stack entry list in an internal state store. It can be later restored by the root screen to restoreState.