Dendos

play with _willPopThreshold

... ... @@ -19,7 +19,7 @@ const Curve _modalBottomSheetCurve = _decelerateEasing;
const Duration _bottomSheetDuration = Duration(milliseconds: 400);
const double _minFlingVelocity = 500.0;
const double _closeProgressThreshold = 0.6;
const double _willPopThreshold = 0.8;
const double _willPopThreshold = 0.2;
typedef ScrollWidgetBuilder = Widget Function(
BuildContext context, ScrollController controller);
... ...