Skip to content

Commit

Permalink
revert constants changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DenDos committed Aug 8, 2020
1 parent 29252fe commit 96f49da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Curve _decelerateEasing = Cubic(0.0, 0.0, 0.2, 1.0);
const Curve _modalBottomSheetCurve = _decelerateEasing;
const Duration _bottomSheetDuration = Duration(milliseconds: 400);
const double _minFlingVelocity = 500.0;
const double _closeProgressThreshold = 0.8;
const double _closeProgressThreshold = 0.6;
const double _willPopThreshold = 0.8;

typedef ScrollWidgetBuilder = Widget Function(
Expand Down

0 comments on commit 96f49da

Please sign in to comment.