ArnaPopupMenuItemBuilder typedef

ArnaPopupMenuItemBuilder = List<ArnaPopupMenuEntry> Function(BuildContext context)

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

Used by ArnaPopupMenuButton.itemBuilder.

Implementation

typedef ArnaPopupMenuItemBuilder = List<ArnaPopupMenuEntry> Function(
  BuildContext context,
);