shadowSmall constant Null safety

BoxShadow const shadowSmall

Implementation

static const shadowSmall = BoxShadow(
  color: Color(0x1f162233),
  offset: Offset(0, 8),
  blurRadius: 16,
  spreadRadius: -4,
);