Fix comments

This commit is contained in:
Shawn 2022-12-12 11:50:24 -07:00
parent dbe051961d
commit e5f55ef9db

View File

@ -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,