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