elevation04 property
Implementation
static final BoxShadow elevation04 = BoxShadow(
offset: const Offset(0, 6),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(0.13),
);
static final BoxShadow elevation04 = BoxShadow(
offset: const Offset(0, 6),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(0.13),
);