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
tb2761
2020-04-10 20:52:10 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7d9386eba438c12a00ead70a5fbf561ec2fe076
c7d9386e
1 parent
066ea735
remove duplicated assertion
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/src/bottom_sheets/cupertino_bottom_sheet.dart
lib/src/bottom_sheets/cupertino_bottom_sheet.dart
View file @
c7d9386
...
...
@@ -275,7 +275,6 @@ class CupertinoScaffold extends StatefulWidget {
assert
(
useRootNavigator
!=
null
);
assert
(
enableDrag
!=
null
);
assert
(
debugCheckHasMediaQuery
(
context
));
assert
(
debugCheckHasMediaQuery
(
context
));
final
isCupertinoApp
=
Theme
.
of
(
context
,
shadowThemeOnly:
true
)
==
null
;
String
barrierLabel
=
''
;
if
(!
isCupertinoApp
)
{
...
...
Please
register
or
login
to post a comment