DefaultNavigationRouteBuilder class
Default route builder used by navigation interactor
- Inheritance
-
- Object
- NavigationRouteBuilder
- DefaultNavigationRouteBuilder
Constructors
-
const
Properties
- defaultRouteBuilder → NavigationRouteBuilder
-
Default route builder for app
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildBottomSheetRoute(
{required bool dismissable, required Widget child, required VoidCallback? onPop}) → PopupRoute -
Pushes bottom sheet route to Navigator
override
-
buildDialogRoute(
{required bool dismissable, required Widget child, required VoidCallback? onPop}) → PopupRoute -
Pushes dialog route to Navigator
override
-
buildPageRoute(
{required Widget child, required bool fullScreenDialog, required VoidCallback? onSystemPop}) → PageRoute -
Pushes route to Navigator
override
-
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