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