class PopupMenuChoice { PopupMenuChoice({required this.title, required this.action}); final String title; final Function action; }