getShadowForBox static method
Implementation
static BoxShadow getShadowForBox() {
return BoxShadow(
color: AppColors.appColorBlack08,
offset: const Offset(0, 3),
blurRadius: 6,
);
}
static BoxShadow getShadowForBox() {
return BoxShadow(
color: AppColors.appColorBlack08,
offset: const Offset(0, 3),
blurRadius: 6,
);
}