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
c13b354a
Unverified
Commit
c13b354a
authored
Aug 11, 2020
by
Hans Muller
Committed by
GitHub
Aug 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated old button references in dev/integration_tests/flutter_gallery leave_behind_demo (#63430)
parent
0ec0bf50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
leave_behind_demo.dart
.../flutter_gallery/lib/demo/material/leave_behind_demo.dart
+3
-3
No files found.
dev/integration_tests/flutter_gallery/lib/demo/material/leave_behind_demo.dart
View file @
c13b354a
...
...
@@ -124,7 +124,7 @@ class LeaveBehindDemoState extends State<LeaveBehindDemo> {
Widget
body
;
if
(
leaveBehindItems
.
isEmpty
)
{
body
=
Center
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
onPressed:
()
=>
handleDemoAction
(
LeaveBehindDemoAction
.
reset
),
child:
const
Text
(
'Reset the list'
),
),
...
...
@@ -282,13 +282,13 @@ class _LeaveBehindListItem extends StatelessWidget {
return
AlertDialog
(
title:
Text
(
'Do you want to
$action
this item?'
),
actions:
<
Widget
>[
Fla
tButton
(
Tex
tButton
(
child:
const
Text
(
'Yes'
),
onPressed:
()
{
Navigator
.
pop
(
context
,
true
);
// showDialog() returns true
},
),
Fla
tButton
(
Tex
tButton
(
child:
const
Text
(
'No'
),
onPressed:
()
{
Navigator
.
pop
(
context
,
false
);
// showDialog() returns false
...
...
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