toggleDashboard method

void toggleDashboard()

Implementation

void toggleDashboard() {
  _isDashboardVisible = !_isDashboardVisible;
  notifyListeners();
}