Skip to content

Commit a3dd0b1

Browse files
Popup Menu Button
1 parent 7ef78c1 commit a3dd0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

popup_menu_button/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A new Flutter application which explains how to implement a PopupMenuButton in f
66

77
- Use the following code to implement PopupMenuButton
88

9-
```
9+
```dart
1010
1111
PopupMenuButton<items>(
1212
onSelected: (items result) {
@@ -58,7 +58,7 @@ A new Flutter application which explains how to implement a PopupMenuButton in f
5858

5959
- To add individual items we use the following code
6060

61-
```
61+
```dart
6262
6363
const PopupMenuItem<items>(
6464
value: items.season5,

0 commit comments

Comments
 (0)