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
2021-01-02 21:20:22 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-01-02 21:20:22 +0100
Commit
1bed130c9f4c90b23a0b5a09164b3fddf32a2784
1bed130c
2 parents
e26131c8
dab357aa
Merge pull request #126 from andyblast/master
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 @
1bed130
...
...
@@ -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