Skip to content

Commit

Permalink
closeProgressThreshold fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyblast committed Dec 14, 2020
1 parent e26131c commit dab357a
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 dab357a

Please sign in to comment.