Skip to content

Commit d3df614

Browse files
committed
change nested pages transition to start from right
1 parent 7d43407 commit d3df614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/core/routing/app_routes.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ class AppRoutes {
174174
reverseCurve: Curves.easeIn,
175175
);
176176
return HorizontalSlidePageTransition(
177+
fromLeft: false,
177178
animation: curvedAnimation,
178179
child: child,
179180
);

0 commit comments

Comments
 (0)