SwipeablePageRoute<T> constructor
SwipeablePageRoute<T> ({
- required WidgetBuilder builder,
- int? notificationDepth,
- String? title,
- RouteSettings? settings,
- bool maintainState = true,
Implementation
SwipeablePageRoute({
required this.builder,
int? notificationDepth,
this.title,
RouteSettings? settings,
this.maintainState = true,
}) : super(settings: settings, fullscreenDialog: false) {
SwipeableRouteTransitionMixin.notificationDepth = notificationDepth;
}