Jaime Blasco
Committed by GitHub

Update README.md

... ... @@ -33,6 +33,7 @@ showMaterialModalBottomSheet(
})
```
What to use this over flutter `showModalBottomSheet`?
`showMaterialModalBottomSheet` supports closing bottoms sheets by dragging down even if there is a scrollview inside.
`showModalBottomSheet` won't work correctly with scrollviews
... ...