UserRoute class
- Inheritance
-
- Object
- RouteData
- GoRouteData
- UserRoute
Constructors
Properties
Methods
-
build(
BuildContext _, GoRouterState __) → Widget -
Creates the Widget for
thisroute.override -
buildPage(
BuildContext context, GoRouterState state) → Page< void> -
A page builder for this route.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
redirect(
BuildContext context, GoRouterState state) → FutureOr< String?> -
An optional redirect function for this route.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited