Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a167610e
Unverified
Commit
a167610e
authored
Jul 08, 2020
by
Tonic Artos
Committed by
GitHub
Jul 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove superfluous GestureDetector. (#60730)
parent
ff6b7809
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
31 deletions
+25
-31
about.dart
packages/flutter/lib/src/material/about.dart
+25
-31
No files found.
packages/flutter/lib/src/material/about.dart
View file @
a167610e
...
...
@@ -1632,12 +1632,7 @@ class _DetailView extends StatelessWidget {
final
double
screenHeight
=
MediaQuery
.
of
(
context
).
size
.
height
;
final
double
minHeight
=
(
screenHeight
-
kToolbarHeight
)
/
screenHeight
;
return
GestureDetector
(
onTap:
()
{
print
(
'draggable'
);
},
behavior:
HitTestBehavior
.
deferToChild
,
child:
DraggableScrollableSheet
(
return
DraggableScrollableSheet
(
initialChildSize:
minHeight
,
minChildSize:
minHeight
,
maxChildSize:
1
,
...
...
@@ -1663,7 +1658,6 @@ class _DetailView extends StatelessWidget {
),
);
},
),
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment