changeContentWidth method
Implementation
void changeContentWidth(AppContentWidth width) {
contentWidth.value = width;
_storageUtils.setContentWidth(width.name);
}
void changeContentWidth(AppContentWidth width) {
contentWidth.value = width;
_storageUtils.setContentWidth(width.name);
}