Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -49,6 +49,7 @@ Also it supports `WillPopScope` to prevent closing the dialog | @@ -49,6 +49,7 @@ Also it supports `WillPopScope` to prevent closing the dialog | ||
| 49 | |bool enableDrag = true| The `enableDrag` parameter specifies whether the bottom sheet can be dragged up and down and dismissed by swiping downwards. | | 49 | |bool enableDrag = true| The `enableDrag` parameter specifies whether the bottom sheet can be dragged up and down and dismissed by swiping downwards. | |
| 50 | |AnimationController secondAnimation| The `secondAnimation` parameter allows you to provide an animation controller that will be used to animate push/pop of the modal route. Using this param is advised against and will be probably removed in future versions | | 50 | |AnimationController secondAnimation| The `secondAnimation` parameter allows you to provide an animation controller that will be used to animate push/pop of the modal route. Using this param is advised against and will be probably removed in future versions | |
| 51 | |bool bounce = false| The `bounce` parameter specifies if the bottom sheet can go beyond the top boundary while dragging | | 51 | |bool bounce = false| The `bounce` parameter specifies if the bottom sheet can go beyond the top boundary while dragging | |
| 52 | +|Duration duration = const Duration(milliseconds: 400)| The `duration` of modal opening | | ||
| 52 | 53 | ||
| 53 | 54 | ||
| 54 | #### Material params | 55 | #### Material params |
-
Please register or login to post a comment