PullDownMenuItemBuilder typedef

PullDownMenuItemBuilder = List<PullDownMenuEntry> Function(BuildContext context)

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

Used by PullDownButton.itemBuilder.

Implementation

typedef PullDownMenuItemBuilder = List<PullDownMenuEntry> Function(
  BuildContext context,
);