поченил спермотоксикозничество бурмалдачество при входе
This commit is contained in:
@@ -33,13 +33,9 @@ void showLoginSuccess(BuildContext context, {ImageProvider? avatar}) {
|
|||||||
PageRouteBuilder(
|
PageRouteBuilder(
|
||||||
opaque: false,
|
opaque: false,
|
||||||
barrierColor: Colors.transparent,
|
barrierColor: Colors.transparent,
|
||||||
transitionDuration: const Duration(milliseconds: 240),
|
transitionDuration: Duration.zero,
|
||||||
reverseTransitionDuration: Duration.zero,
|
reverseTransitionDuration: Duration.zero,
|
||||||
pageBuilder: (_, _, _) => LoginSuccessScreen(avatar: avatar),
|
pageBuilder: (_, _, _) => LoginSuccessScreen(avatar: avatar),
|
||||||
transitionsBuilder: (_, animation, _, child) => FadeTransition(
|
|
||||||
opacity: animation,
|
|
||||||
child: child,
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user