onMenuEntries method

List<PopupMenuEntry<T>>? onMenuEntries()

List of menu entry items of type T to appear in the popup menu.

Implementation

List<PopupMenuEntry<T>>? onMenuEntries() => null;