changeAppBarHeight method

void changeAppBarHeight(
  1. AppAppBarHeight height
)

Implementation

void changeAppBarHeight(AppAppBarHeight height) {
  appBarHeight.value = height;
  _storageUtils.setAppBarHeight(height.name);
}