elevation01 property
Implementation
static final BoxShadow elevation01 = BoxShadow(
offset: const Offset(0, 2),
blurRadius: 4,
color: const Color(0xFF000000).withOpacity(0.04),
);
static final BoxShadow elevation01 = BoxShadow(
offset: const Offset(0, 2),
blurRadius: 4,
color: const Color(0xFF000000).withOpacity(0.04),
);