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

This commit is contained in:
Valentin Vignal
2022-09-10 00:03:27 +08:00
committed by GitHub
parent 8708493352
commit 4cd734ae3a

View File

@@ -83,7 +83,7 @@ void main() {
child: Column(
children: <Widget>[
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`).
padding: const EdgeInsets.all(8.0),
child: PopupMenuButton<void>(
@@ -225,7 +225,7 @@ void main() {
child: Column(
children: <Widget>[
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`).
padding: const EdgeInsets.all(8.0),
child: PopupMenuButton<void>(