changeLayoutDensity method
Implementation
void changeLayoutDensity(AppLayoutDensity density) {
layoutDensity.value = density;
_storageUtils.setLayoutDensity(density.name);
}
void changeLayoutDensity(AppLayoutDensity density) {
layoutDensity.value = density;
_storageUtils.setLayoutDensity(density.name);
}