showMenu method

void showMenu()

弹出菜单

Implementation

void showMenu() {
  _state?.showSelection();
}