import 'package:flutter/material.dart'; abstract class MenuEntry extends StatefulWidget { const MenuEntry({ Key? key, }) : super(key: key); }