setDraftAppBarShadow method

void setDraftAppBarShadow(
  1. AppAppBarShadow shadow
)

Implementation

void setDraftAppBarShadow(AppAppBarShadow shadow) {
  draftAppBarShadow.value = shadow;
  fontSizeController.applyAppBarShadowPreview(shadow);
}