Signature used by PopupMenuButton to lazily construct the items shown when the button is pressed.
Used by PopupMenuButton.itemBuilder.
Source
typedef List<PopupMenuEntry<T>> PopupMenuItemBuilder<T>(BuildContext context);
Signature used by PopupMenuButton to lazily construct the items shown when the button is pressed.
Used by PopupMenuButton.itemBuilder.
typedef List<PopupMenuEntry<T>> PopupMenuItemBuilder<T>(BuildContext context);