Skip to content

Commit

Permalink
Merge pull request jamesblasco#126 from andyblast/master
Browse files Browse the repository at this point in the history
closeProgressThreshold fix
  • Loading branch information
jamesblasco authored Jan 2, 2021
2 parents e26131c + dab357a commit 1bed130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/bottom_sheet_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1bed130

Please sign in to comment.