hidePanel method
void
hidePanel()
hide bottom and top(app) bar.
Implementation
void hidePanel() {
showAppBar.value = false;
showBottomBar.value = false;
switchTrashCan(true);
}
hide bottom and top(app) bar.
void hidePanel() {
showAppBar.value = false;
showBottomBar.value = false;
switchTrashCan(true);
}