Skip to content

Commit

Permalink
fix PopupMenuButton example tag (#97763)
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaTesser authored Feb 4, 2022
1 parent 6d96e66 commit bc6fd9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flutter/lib/src/material/popup_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -931,8 +931,7 @@ typedef PopupMenuItemBuilder<T> = List<PopupMenuEntry<T>> Function(BuildContext
/// If both are null, then a standard overflow icon is created (depending on the
/// platform).
///
/// {@tool snippet}
///
/// {@tool dartpad}
/// This example shows a menu with four items, selecting between an enum's
/// values and setting a `_selectedMenu` field based on the selection
///
Expand Down

0 comments on commit bc6fd9e

Please sign in to comment.