toggleEndSidebar method

void toggleEndSidebar()

Toggles the endSidebar of the MacosWindow.

This does not change the current width of the endSidebar. It only hides or shows it.

Implementation

void toggleEndSidebar() {
  _endSidebarToggler();
}