hidePanel method

void hidePanel()

hide bottom and top(app) bar.

Implementation

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