PageState<T extends StatefulPage> class abstract

A page's state, similar to State for a StatefulWidget. For instance, maintains the current index for a tabbed page.

Mixed in types
Implementers

Constructors

PageState()
Initializes the state for a StatefulPage.

Properties

hashCode int
The hash code for this object.
no setterinherited
page → T
The StatefulPage associated witht this page state.
no setter
routeData RouteData
Route information for this page.
no setteroverride
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.
initState() → void
Called once to initialize the state of this page.
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