elevation03 property

BoxShadow elevation03
final

Implementation

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