setDraftSidebarWidth method

void setDraftSidebarWidth(
  1. AppSidebarWidth width
)

Implementation

void setDraftSidebarWidth(AppSidebarWidth width) {
  draftSidebarWidth.value = width;
  fontSizeController.applySidebarWidthPreview(width);
}