elevation01 property

BoxShadow elevation01
final

Implementation

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