getShadowForBox_03_9 static method

BoxShadow getShadowForBox_03_9()

Implementation

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