ShellRoute class
A route that displays a UI shell around the matching child route.
The widget built by the matching child route becomes to the child parameter of the builder.
Constructors
-
ShellRoute.new({required String path, required ShellRouteBuilder builder, String? defaultRoute, Redirect? redirect, List<
RouteBase> routes = const []})
Properties
- builder → ShellRouteBuilder
-
final
- defaultRoute → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
finalinherited
- redirect → Redirect?
-
finalinherited
-
routes
→ List<
RouteBase> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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