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-25 19:02:52 +0200
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-04-25 19:02:52 +0200
Commit
f3ab7d4f4c19025a7bed5de950e70802ff98e010
f3ab7d4f
2 parents
481b23bf
b56c2c8d
Merge pull request #12 from stevchow/patch-1
extra '}' within the code snippet
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
f3ab7d4
...
...
@@ -30,7 +30,7 @@ https://pub.dev/packages/modal_bottom_sheet#-installing-tab-)
showMaterialModalBottomSheet
(
context:
context
,
builder:
(
context
,
scrollController
)
=>
Container
(),
}
)
)
```
What to use this over flutter
`showModalBottomSheet`
?
...
...
@@ -64,7 +64,7 @@ iOS 13 came with an amazing new modal navigation and now it is available to use
showCupertinoModalBottomSheet(
context: context,
builder: (context, scrollController) => Container(),
}
)
)
```
See generic paramameter in the Material section above
...
...
Please
register
or
login
to post a comment