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. BackStack.firstOrNull will return null
.
Functions
Link copied to clipboard
Whether the back stack contains the given record.
Link copied to clipboard
Push a new Record onto the back stack. The new record will become the top of the stack.
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.