Back to Flutter Boost

BoostPage<T> class

doc/api/flutter_boost_app/BoostPage-class.html

5.0.24.9 KB
Original Source

BoostPage<T> class

Inheritance

Constructors

BoostPage({LocalKey key, PageInfo pageInfo})

Properties

argumentsObject The arguments passed to this route. [...] final, inherited hashCodeint The hash code for this object. [...] read-only, inherited keyLocalKey The key associated with this page. [...] final, inherited nameString The name of the route (e.g., "/settings"). [...] final, inherited pageInfoPageInfo final poppedFuture<T> A future that completes when this page is popped. read-only restorationIdString Restoration ID to save and restore the state of the Route configured by this page. [...] final, inherited routeRoute<T> read-only runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

canUpdate(Page other) → bool Whether this page can be updated with the other page. [...] inherited copyWith({String name, Object arguments}) → RouteSettings Creates a copy of this route settings object with the given fields replaced with the new values. inherited createRoute(BuildContext context) → Route<T> Creates the Route that corresponds to this page. [...] override didComplete(T result) → void noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited toString() → String A string representation of this object. [...] override

Operators

operator ==(Object other) → bool The equality operator. [...] inherited

Static Methods

create(PageInfo pageInfo) → BoostPage