elevation04 property

BoxShadow elevation04
final

Implementation

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