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
andyblast
2020-12-14 15:07:47 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dab357aab617fd144290bdc59d863582650bd903
dab357aa
1 parent
e26131c8
closeProgressThreshold fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/src/bottom_sheet_route.dart
lib/src/bottom_sheet_route.dart
View file @
dab357a
...
...
@@ -93,6 +93,7 @@ class _ModalBottomSheetState<T> extends State<_ModalBottomSheet<T>> {
label:
_getRouteLabel
(),
explicitChildNodes:
true
,
child:
ModalBottomSheet
(
closeProgressThreshold:
widget
.
closeProgressThreshold
,
expanded:
widget
.
route
.
expanded
,
containerBuilder:
widget
.
route
.
containerBuilder
,
animationController:
widget
.
route
.
_animationController
,
...
...
Please
register
or
login
to post a comment