setDraftAppBarHeight method
Implementation
void setDraftAppBarHeight(AppAppBarHeight height) {
draftAppBarHeight.value = height;
fontSizeController.applyAppBarHeightPreview(height);
}
void setDraftAppBarHeight(AppAppBarHeight height) {
draftAppBarHeight.value = height;
fontSizeController.applyAppBarHeightPreview(height);
}