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
Jaime Blasco
2020-05-07 12:44:10 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6fdc6de6992f8bedc5cace131d4761b7529378fc
6fdc6de6
1 parent
7a0e9b7a
Update close progress threshold
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 @
6fdc6de
...
...
@@ -13,7 +13,7 @@ import 'package:flutter/widgets.dart';
const
Duration
_bottomSheetDuration
=
Duration
(
milliseconds:
400
);
const
double
_minFlingVelocity
=
500.0
;
const
double
_closeProgressThreshold
=
0.
5
;
const
double
_closeProgressThreshold
=
0.
6
;
const
double
_willPopThreshold
=
0.8
;
typedef
ScrollWidgetBuilder
=
Widget
Function
(
...
...
Please
register
or
login
to post a comment