diff --git a/src/_data/catalog/widgets.json b/src/_data/catalog/widgets.json index 42858c28e5c..d938e53acd1 100644 --- a/src/_data/catalog/widgets.json +++ b/src/_data/catalog/widgets.json @@ -235,6 +235,16 @@ "link": "https://docs.flutter.io/flutter/material/IconButton-class.html", "image": "" }, + { + "name": "DropdownButton", + "description": "Shows the currently selected item and an arrow that opens a menu for selecting another item.", + "categories": [], + "subcategories": [ + "Buttons" + ], + "link": "https://docs.flutter.io/flutter/material/DropdownButton-class.html", + "image": "" + }, { "name": "PopupMenuButton", "sample": "PopupMenuButton",