Skip to content

Commit

Permalink
Remove assert(opaque)
Browse files Browse the repository at this point in the history
  • Loading branch information
LefebvreIlyas committed Oct 27, 2020
1 parent a2b0814 commit 7ec32b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/material_with_modal_page_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7ec32b2

Please sign in to comment.