revert: merged changes

This commit is contained in:
bggRGjQaUbCoE
2024-11-03 20:54:23 +08:00
parent 0e5f08b23c
commit 39e335549c

View File

@@ -200,8 +200,8 @@ class CustomGetPage extends GetPage<dynamic> {
this.fullscreen,
super.transitionDuration,
}) : super(
curve: Curves.easeInOut,
transition: Transition.rightToLeft,
curve: Curves.linear,
transition: Transition.native,
showCupertinoParallax: false,
popGesture: false,
fullscreenDialog: fullscreen != null && fullscreen,