lightShadow constant
Implementation
static const BoxShadow lightShadow = BoxShadow(
color: Color.fromRGBO((0), 0, 0, 0.10),
offset: Offset(0, 4),
blurRadius: 10.0,
);
static const BoxShadow lightShadow = BoxShadow(
color: Color.fromRGBO((0), 0, 0, 0.10),
offset: Offset(0, 4),
blurRadius: 10.0,
);