setDraftAppBarHeight method

void setDraftAppBarHeight(
  1. AppAppBarHeight height
)

Implementation

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