offAll<T> abstract method
Future<T?> ?
offAll<T>(
- Widget page(), {
- bool predicate(
- GetPage route
- bool opaque = true,
- bool? popGesture,
- String? id,
- String? routeName,
- dynamic arguments,
- List<
BindingsInterface> bindings = const [], - bool fullscreenDialog = false,
- Transition? transition,
- Curve? curve,
- Duration? duration,
- bool showCupertinoParallax = true,
- double gestureWidth(
- BuildContext context
Implementation
Future<T?>? offAll<T>(
Widget Function() page, {
bool Function(GetPage route)? predicate,
bool opaque = true,
bool? popGesture,
String? id,
String? routeName,
dynamic arguments,
List<BindingsInterface> bindings = const [],
bool fullscreenDialog = false,
Transition? transition,
Curve? curve,
Duration? duration,
bool showCupertinoParallax = true,
double Function(BuildContext context)? gestureWidth,
});