itemBuilder property

List<PopupMenuEntry> Function(BuildContext) itemBuilder
final

Called when the button is pressed to create the items to show in the menu.

Implementation

final List<PopupMenuEntry<dynamic>> Function(BuildContext) itemBuilder;