boxShadowLight constant
Implementation
static const BoxShadow boxShadowLight = BoxShadow(
offset: Offset(0, 4),
blurRadius: 16,
spreadRadius: 0,
color: shadowColor,
);
static const BoxShadow boxShadowLight = BoxShadow(
offset: Offset(0, 4),
blurRadius: 16,
spreadRadius: 0,
color: shadowColor,
);