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