primaryShadow constant

BoxShadow const primaryShadow

Implementation

static const BoxShadow primaryShadow = BoxShadow(
  color: Color.fromARGB(41, 0, 0, 0),
  offset: Offset(0, 2),
  blurRadius: 6,
);