elevation02 property

BoxShadow elevation02
final

Implementation

static final BoxShadow elevation02 = BoxShadow(
  offset: const Offset(0, 3.2),
  blurRadius: 9.2,
  color: const Color(0xFF000000).withOpacity(0.05),
);