elevation05 property
Implementation
static final BoxShadow elevation05 = BoxShadow(
offset: const Offset(0, 8),
blurRadius: 33,
color: const Color(0xFF000000).withOpacity(0.19),
);
static final BoxShadow elevation05 = BoxShadow(
offset: const Offset(0, 8),
blurRadius: 33,
color: const Color(0xFF000000).withOpacity(0.19),
);