show method
Display the popup menu. Passed in a 'State' object and the Application's very name.
Implementation
PopupMenuButton<dynamic> show(StateMVC state, {String? applicationName}) =>
_appMenu.show(
state,
applicationName: applicationName,
menu: this,
);