ContextNavigationExt extension

on

Methods

back<T>({T? result, bool canPop = true, int times = 1, String? id}) bool

Available on BuildContext, provided by the ContextNavigationExt extension

offAllNamed<T>(String newRouteName, {Object? arguments, String? id, Map<String, String>? parameters}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension

offAndToNamed<T>(String page, {Object? arguments, String? id, Object? result, Map<String, String>? parameters}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension

offNamed<T>(String page, {Object? arguments, String? id, Map<String, String>? parameters}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension

offNamedUntil<T>(String page, bool predicate(GetPage)?, {String? id, Object? arguments, Map<String, String>? parameters}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension

to<T extends Object?>(Widget page(), {bool? opaque, Transition? transition, Curve? curve, Duration? duration, String? id, String? routeName, bool fullscreenDialog = false, Object? arguments, List<Binding> bindings = const [], bool preventDuplicates = true, bool? popGesture, bool showCupertinoParallax = true, double gestureWidth(BuildContext context)?, CustomTransition? customTransition, bool rebuildStack = true, PreventDuplicateHandlingMode preventDuplicateHandlingMode = PreventDuplicateHandlingMode.reorderRoutes}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension

toNamed<T>(String page, {Object? arguments, String? id, bool preventDuplicates = true, Map<String, String>? parameters}) Future<T?>?

Available on BuildContext, provided by the ContextNavigationExt extension