Fix comments
This commit is contained in:
parent
dbe051961d
commit
e5f55ef9db
@ -7,7 +7,7 @@ class PageRoutes {
|
|||||||
// Use cupertino routes for all dialogs so we get the 'swipe right to go back' behavior
|
// Use cupertino routes for all dialogs so we get the 'swipe right to go back' behavior
|
||||||
return CupertinoPageRoute(builder: (_) => child);
|
return CupertinoPageRoute(builder: (_) => child);
|
||||||
|
|
||||||
// SB: Removed this in favor of Cupertino routes, we could restor with a `useFade` option
|
// SB: Removed this in favor of Cupertino routes, we could restore with a `useFade` option
|
||||||
// return PageRouteBuilder<T>(
|
// return PageRouteBuilder<T>(
|
||||||
// transitionDuration: duration,
|
// transitionDuration: duration,
|
||||||
// reverseTransitionDuration: duration,
|
// reverseTransitionDuration: duration,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user