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