Committed by
GitHub
Merge pull request #126 from andyblast/master
closeProgressThreshold fix
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -93,6 +93,7 @@ class _ModalBottomSheetState<T> extends State<_ModalBottomSheet<T>> { | @@ -93,6 +93,7 @@ class _ModalBottomSheetState<T> extends State<_ModalBottomSheet<T>> { | ||
93 | label: _getRouteLabel(), | 93 | label: _getRouteLabel(), |
94 | explicitChildNodes: true, | 94 | explicitChildNodes: true, |
95 | child: ModalBottomSheet( | 95 | child: ModalBottomSheet( |
96 | + closeProgressThreshold: widget.closeProgressThreshold, | ||
96 | expanded: widget.route.expanded, | 97 | expanded: widget.route.expanded, |
97 | containerBuilder: widget.route.containerBuilder, | 98 | containerBuilder: widget.route.containerBuilder, |
98 | animationController: widget.route._animationController, | 99 | animationController: widget.route._animationController, |
-
Please register or login to post a comment