We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef78c1 commit a3dd0b1Copy full SHA for a3dd0b1
popup_menu_button/README.md
@@ -6,7 +6,7 @@ A new Flutter application which explains how to implement a PopupMenuButton in f
6
7
- Use the following code to implement PopupMenuButton
8
9
-```
+```dart
10
11
PopupMenuButton<items>(
12
onSelected: (items result) {
@@ -58,7 +58,7 @@ A new Flutter application which explains how to implement a PopupMenuButton in f
58
59
- To add individual items we use the following code
60
61
62
63
const PopupMenuItem<items>(
64
value: items.season5,
0 commit comments