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, this.fullscreen,
super.transitionDuration, super.transitionDuration,
}) : super( }) : super(
curve: Curves.easeInOut, curve: Curves.linear,
transition: Transition.rightToLeft, transition: Transition.native,
showCupertinoParallax: false, showCupertinoParallax: false,
popGesture: false, popGesture: false,
fullscreenDialog: fullscreen != null && fullscreen, fullscreenDialog: fullscreen != null && fullscreen,