defaultShadow constant
Implementation
static const BoxShadow defaultShadow = BoxShadow(
color: Color.fromRGBO((0), 0, 0, 0.20),
offset: Offset(0, 4),
blurRadius: 20.0,
);
static const BoxShadow defaultShadow = BoxShadow(
color: Color.fromRGBO((0), 0, 0, 0.20),
offset: Offset(0, 4),
blurRadius: 20.0,
);