Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Dendos
2020-08-08 14:44:20 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96f49daddead9c8561445ab494a67a877ead705d
96f49dad
1 parent
29252fe1
revert constants changes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/bottom_sheet.dart
lib/src/bottom_sheet.dart
View file @
96f49da
...
...
@@ -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
(
...
...
Please
register
or
login
to post a comment