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
4cd734ae
Unverified
Commit
4cd734ae
authored
Sep 09, 2022
by
Valentin Vignal
Committed by
GitHub
Sep 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos introduced typos in `popup_menu_theme_test.dart` (#111060)
parent
87084933
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
popup_menu_theme_test.dart
packages/flutter/test/material/popup_menu_theme_test.dart
+2
-2
No files found.
packages/flutter/test/material/popup_menu_theme_test.dart
View file @
4cd734ae
...
@@ -83,7 +83,7 @@ void main() {
...
@@ -83,7 +83,7 @@ void main() {
child:
Column
(
child:
Column
(
children:
<
Widget
>[
children:
<
Widget
>[
Padding
(
Padding
(
// The padding makes sure the menu
as enough space to around
to
// The padding makes sure the menu
has enough space around it
to
// get properly aligned when displayed (`_kMenuScreenPadding`).
// get properly aligned when displayed (`_kMenuScreenPadding`).
padding:
const
EdgeInsets
.
all
(
8.0
),
padding:
const
EdgeInsets
.
all
(
8.0
),
child:
PopupMenuButton
<
void
>(
child:
PopupMenuButton
<
void
>(
...
@@ -225,7 +225,7 @@ void main() {
...
@@ -225,7 +225,7 @@ void main() {
child:
Column
(
child:
Column
(
children:
<
Widget
>[
children:
<
Widget
>[
Padding
(
Padding
(
// The padding makes sure the menu
as enough space to around
to
// The padding makes sure the menu
has enough space around it
to
// get properly aligned when displayed (`_kMenuScreenPadding`).
// get properly aligned when displayed (`_kMenuScreenPadding`).
padding:
const
EdgeInsets
.
all
(
8.0
),
padding:
const
EdgeInsets
.
all
(
8.0
),
child:
PopupMenuButton
<
void
>(
child:
PopupMenuButton
<
void
>(
...
...
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