Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jaime Blasco
2020-04-15 17:15:39 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-04-15 17:15:39 +0200
Commit
481b23bf578878fe78d02e6fc7d7d3bfce0329f8
481b23bf
1 parent
65554fcd
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
481b23b
...
...
@@ -35,7 +35,8 @@ 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
`showModalBottomSheet`
won't work correctly with scrollviews.
Also it supports
`WillPopScope`
to prevent closing the dialog
#### Generic params for all modal bottom sheets
...
...
Please
register
or
login
to post a comment