elevation05 property

BoxShadow elevation05
final

Implementation

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