mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 07:36:14 +08:00
revert: merged changes
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user