Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -35,7 +35,8 @@ showMaterialModalBottomSheet( | @@ -35,7 +35,8 @@ showMaterialModalBottomSheet( | ||
| 35 | What to use this over flutter `showModalBottomSheet`? | 35 | What to use this over flutter `showModalBottomSheet`? |
| 36 | 36 | ||
| 37 | `showMaterialModalBottomSheet` supports closing bottoms sheets by dragging down even if there is a scrollview inside. | 37 | `showMaterialModalBottomSheet` supports closing bottoms sheets by dragging down even if there is a scrollview inside. |
| 38 | -`showModalBottomSheet` won't work correctly with scrollviews | 38 | +`showModalBottomSheet` won't work correctly with scrollviews. |
| 39 | +Also it supports `WillPopScope` to prevent closing the dialog | ||
| 39 | 40 | ||
| 40 | #### Generic params for all modal bottom sheets | 41 | #### Generic params for all modal bottom sheets |
| 41 | 42 |
-
Please register or login to post a comment