boxShadowLight2 constant

BoxShadow const boxShadowLight2

Implementation

static const BoxShadow boxShadowLight2 = BoxShadow(
  offset: Offset(0, 4),
  blurRadius: 16,
  spreadRadius: 0,
  color: ColorHelper.shadowLight,
);