menuBuilder property
final
A builder function that returns the widget to be displayed inside the popup menu.
Implementation
final Widget Function() menuBuilder;
A builder function that returns the widget to be displayed inside the popup menu.
final Widget Function() menuBuilder;