getDefaultBoxShadow static method
Implementation
static BoxShadow getDefaultBoxShadow(BuildContext context) {
return BoxShadow(
color: ThemeHelper.colors.getShadowColor(context),
blurRadius: kFastBlurRadius,
);
}
static BoxShadow getDefaultBoxShadow(BuildContext context) {
return BoxShadow(
color: ThemeHelper.colors.getShadowColor(context),
blurRadius: kFastBlurRadius,
);
}