onMenuEntries method
List of menu entry items of type T to appear in the popup menu.
Implementation
@override
List<PopupMenuEntry<T>>? onMenuEntries() => null;
List of menu entry items of type T to appear in the popup menu.
@override
List<PopupMenuEntry<T>>? onMenuEntries() => null;