Skip to content

Commit 35efdbe

Browse files
committed
Update format
1 parent b3b3075 commit 35efdbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/widget/asset_picker_page_route.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ class AssetPickerPageRoute<T> extends PageRoute<T> {
7474
Animation<double> secondaryAnimation,
7575
Widget child,
7676
) {
77-
_curvedAnimation ??= CurvedAnimation(curve: transitionCurve, parent: animation);
77+
_curvedAnimation ??=
78+
CurvedAnimation(curve: transitionCurve, parent: animation);
7879
return SlideTransition(
7980
position: Tween<Offset>(
8081
begin: const Offset(0, 1),

0 commit comments

Comments
 (0)