getShadowForBox_01_3 static method

BoxShadow getShadowForBox_01_3()

Implementation

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