getShadowForBox static method

BoxShadow getShadowForBox()

Implementation

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