setDraftSidebarPosition method
Implementation
void setDraftSidebarPosition(AppSidebarPosition position) {
draftSidebarPosition.value = position;
fontSizeController.applySidebarPositionPreview(position);
}
void setDraftSidebarPosition(AppSidebarPosition position) {
draftSidebarPosition.value = position;
fontSizeController.applySidebarPositionPreview(position);
}