PageStacks class

A container for PageStack objects with a concept of a current one.

Suitable for implementing tabs with a separate navigation stack in each one.

Constructors

PageStacks()

Properties

currentStack PageStack?
no setter
currentStackKey String?
no setter
events Stream<PageStacksEvent>
no setter
hashCode int
The hash code for this object.
no setterinherited
pageStacks UnmodifiableMapView<String, PageStack>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPageStack(String key, PageStack stack) → void
getConfiguration() PageStacksConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConfiguration(PageStacksConfiguration state, {bool fire = true}) → void
setCurrentStackKey(String? key, {bool fire = true}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited