MultiChildPageContainer<T extends StatefulPage> mixin

A stateful page that hosts other child pages.

Superclass Constraints
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
page → T
The StatefulPage associated witht this page state.
no setterinherited
routeData RouteData
Route information for this page.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPage() Page
Gets the actual Flutter Page object for passing to a Navigator.
inherited
getCurrentPages() Iterable<PageContainer<Page>>
Returns this page, and any descendant pages below it in the navigation hierarchy.
initState() → void
Called once to initialize the state of this page.
inherited
maybePop<E extends Object?>([E? result]) Future<bool>
Called when popping a route stack. Returns true if this page container has been able to pop a page, otherwise false.
maybeSetChildPages(Iterable<PageContainer<Page>> pages) bool
See if this page can consume the list of pages as children. For instance a tab page could accept the pages and put them in one of its tab's stacks.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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