doc/api/boost_container/BoostContainer-class.html
This class is an abstraction of native containers Each of which has a bunch of pages in the NavigatorExt
Inheritance
BoostContainer({LocalKey key, PageInfo pageInfo})
hashCode→ int The hash code for this object. [...] read-only, inherited hasListeners→ bool Whether any listeners are currently registered. [...] @protected, read-only, inherited key→ LocalKey The local key final navigator→ NavigatorState The navigator used in this container read-only pageInfo→ PageInfo The pageInfo for this container final pages→ List<BoostPage> Getter for a list that cannot be changed read-only runtimeType→ Type A representation of the runtime type of the object. read-only, inherited topPage→ BoostPage To get the top page in this container read-only
addListener(VoidCallback listener) → void Register a closure to be called when the object changes. [...] inherited addPage<T extends Object>(BoostPage page) → Future<T> add a BoostPage in this container and return its future result dispose() → void Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener and removeListener will throw after the object is disposed). [...] @mustCallSuper, inherited noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited notifyListeners() → void Call all the registered listeners. [...] @protected, @visibleForTesting, inherited numPages() → int Number of pages removeListener(VoidCallback listener) → void Remove a previously registered closure from the list of closures that are notified when the object changes. [...] inherited removePage(BoostPage page, {dynamic result}) → void remove a specific BoostPagetoString() → String A string representation of this object. [...] override
operator ==(Object other) → bool The equality operator. [...] inherited
of(BuildContext context) → BoostContainer