changeLayoutDensity method

void changeLayoutDensity(
  1. AppLayoutDensity density
)

Implementation

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