Unverified Commit bc6fd9e1 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

fix PopupMenuButton example tag (#97763)

parent 6d96e66d
...@@ -931,8 +931,7 @@ typedef PopupMenuItemBuilder<T> = List<PopupMenuEntry<T>> Function(BuildContext ...@@ -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 /// If both are null, then a standard overflow icon is created (depending on the
/// platform). /// platform).
/// ///
/// {@tool snippet} /// {@tool dartpad}
///
/// This example shows a menu with four items, selecting between an enum's /// This example shows a menu with four items, selecting between an enum's
/// values and setting a `_selectedMenu` field based on the selection /// values and setting a `_selectedMenu` field based on the selection
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment