Showing
1 changed file
with
1 additions
and
1 deletions
@@ -18,7 +18,7 @@ const Curve _decelerateEasing = Cubic(0.0, 0.0, 0.2, 1.0); | @@ -18,7 +18,7 @@ const Curve _decelerateEasing = Cubic(0.0, 0.0, 0.2, 1.0); | ||
18 | const Curve _modalBottomSheetCurve = _decelerateEasing; | 18 | const Curve _modalBottomSheetCurve = _decelerateEasing; |
19 | const Duration _bottomSheetDuration = Duration(milliseconds: 400); | 19 | const Duration _bottomSheetDuration = Duration(milliseconds: 400); |
20 | const double _minFlingVelocity = 500.0; | 20 | const double _minFlingVelocity = 500.0; |
21 | -const double _closeProgressThreshold = 0.8; | 21 | +const double _closeProgressThreshold = 0.6; |
22 | const double _willPopThreshold = 0.8; | 22 | const double _willPopThreshold = 0.8; |
23 | 23 | ||
24 | typedef ScrollWidgetBuilder = Widget Function( | 24 | typedef ScrollWidgetBuilder = Widget Function( |
-
Please register or login to post a comment