cardShadow top-level constant

BoxShadow const cardShadow

Implementation

const BoxShadow cardShadow = BoxShadow(
  color: Color(0x3D000000),
  blurRadius: 30,
  offset: Offset(0, 8),
);