shadowLarge2 constant Null safety

BoxShadow const shadowLarge2

Implementation

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