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).
BackStack extends NavStack but is intended for push or pop only navigation patterns. Implementations may provide no-op implementations for forward navigation methods.
Inheritors
Properties
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard