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