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
LefebvreIlyas
2020-10-27 15:05:19 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ec32b252654993478598d667aee256c9195564a
7ec32b25
1 parent
a2b08143
Remove assert(opaque)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/src/material_with_modal_page_route.dart
lib/src/material_with_modal_page_route.dart
View file @
7ec32b2
...
...
@@ -18,7 +18,6 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> {
})
:
assert
(
builder
!=
null
),
assert
(
maintainState
!=
null
),
assert
(
fullscreenDialog
!=
null
),
assert
(
opaque
),
super
(
settings:
settings
,
fullscreenDialog:
fullscreenDialog
,
...
...
Please
register
or
login
to post a comment