shadowXs constant Null safety

BoxShadow const shadowXs

Implementation

static const shadowXs = BoxShadow(
  color: Color(0x1f162233),
  offset: Offset(0, 4),
  blurRadius: 12,
  spreadRadius: -4,
);