Jaime Blasco
Committed by GitHub

Update README.md

@@ -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