Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -33,6 +33,7 @@ showMaterialModalBottomSheet( | @@ -33,6 +33,7 @@ showMaterialModalBottomSheet( | ||
| 33 | }) | 33 | }) |
| 34 | ``` | 34 | ``` |
| 35 | What to use this over flutter `showModalBottomSheet`? | 35 | What to use this over flutter `showModalBottomSheet`? |
| 36 | + | ||
| 36 | `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. |
| 37 | `showModalBottomSheet` won't work correctly with scrollviews | 38 | `showModalBottomSheet` won't work correctly with scrollviews |
| 38 | 39 |
-
Please register or login to post a comment