changeSidebarWidth method

void changeSidebarWidth(
  1. AppSidebarWidth width
)

Implementation

void changeSidebarWidth(AppSidebarWidth width) {
  sidebarWidth.value = width;
  _storageUtils.setSidebarWidth(width.name);
}