showPanel method

void showPanel()

show bottom and top(app) bar.

Implementation

void showPanel() {
  showAppBar.value = true;
  showBottomBar.value = true;
  switchTrashCan(false);
}