secondaryShadow constant

BoxShadow const secondaryShadow

Implementation

static const BoxShadow secondaryShadow = BoxShadow(
  color: Color.fromARGB(41, 0, 0, 0),
  offset: Offset(0, 3),
  blurRadius: 7,
);