show method

MenuView show ()

Factory method which returns a new MenuView.

Implementation

static MenuView show() {
  return MenuView();
}