fix PopupMenuButton example tag (#97763)

This commit is contained in:
Taha Tesser 2022-02-04 18:52:33 +02:00 committed by GitHub
parent 6d96e66d0f
commit bc6fd9e17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
///