intenseShadow constant

BoxShadow const intenseShadow

Implementation

static const BoxShadow intenseShadow = BoxShadow(
  color: Color.fromRGBO((0), 0, 0, 0.40),
  offset: Offset(0, 4),
  blurRadius: 30.0,
);