GetPopupMenuChildBuilder typedef

GetPopupMenuChildBuilder = Widget Function(VoidCallback? onPopup)

Signature used by GetPopupMenu to lazily construct the child widget that can show the menu if onPopup method is called from the argument.

Implementation

typedef GetPopupMenuChildBuilder = Widget Function(VoidCallback? onPopup);