boxShadowLight2 constant
Implementation
static const BoxShadow boxShadowLight2 = BoxShadow(
offset: Offset(0, 4),
blurRadius: 16,
spreadRadius: 0,
color: ColorHelper.shadowLight,
);
static const BoxShadow boxShadowLight2 = BoxShadow(
offset: Offset(0, 4),
blurRadius: 16,
spreadRadius: 0,
color: ColorHelper.shadowLight,
);