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