MongolPopupMenuItemBuilder<T> typedef

MongolPopupMenuItemBuilder<T> = List<MongolPopupMenuEntry<T>> Function(BuildContext context)

Signature used by MongolPopupMenuButton to lazily construct the items shown when the button is pressed.

Used by MongolPopupMenuButton.itemBuilder.

Implementation

typedef MongolPopupMenuItemBuilder<T> = List<MongolPopupMenuEntry<T>> Function(
    BuildContext context);