BaseAdaptiveRoute constructor
BaseAdaptiveRoute({})
Implementation
BaseAdaptiveRoute({
required super.path,
required super.page,
super.enablePredictiveBackGesture = true,
super.children,
super.initial,
super.guards,
});