elevation03 property
Implementation
static final BoxShadow elevation03 = BoxShadow(
offset: const Offset(0, 6.4),
blurRadius: 16.4,
color: const Color(0xFF000000).withOpacity(0.06),
);
static final BoxShadow elevation03 = BoxShadow(
offset: const Offset(0, 6.4),
blurRadius: 16.4,
color: const Color(0xFF000000).withOpacity(0.06),
);