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-08 18:44:34 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-04-08 18:44:34 +0200
Commit
ce2efefe731696a6cda3b1562c1f1474f51b8419
ce2efefe
1 parent
2d40e29a
Fix typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
example/lib/main.dart
example/lib/main.dart
View file @
ce2efef
...
...
@@ -184,7 +184,7 @@ class _MyHomePageState extends State<MyHomePage> {
scrollController:
scrollController
),
)),
ListTile
(
title:
Text
(
'Cupertino Navigator + Scroll + WillScope'
),
title:
Text
(
'Cupertino Navigator + Scroll + Will
Pop
Scope'
),
onTap:
()
=>
showCupertinoModalBottomSheet
(
expand:
true
,
context:
context
,
...
...
@@ -194,7 +194,7 @@ class _MyHomePageState extends State<MyHomePage> {
scrollController:
scrollController
),
)),
ListTile
(
title:
Text
(
'Cupertino Modal with WillScope'
),
title:
Text
(
'Cupertino Modal with Will
Pop
Scope'
),
onTap:
()
=>
showCupertinoModalBottomSheet
(
expand:
true
,
context:
context
,
...
...
Please
register
or
login
to post a comment