Unverified Commit 4cd734ae authored by Valentin Vignal's avatar Valentin Vignal Committed by GitHub

Fix typos introduced typos in `popup_menu_theme_test.dart` (#111060)

parent 87084933
...@@ -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>(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment