shadowLarge constant Null safety

BoxShadow const shadowLarge

Implementation

static const shadowLarge = BoxShadow(
  color: Color(0x29162233),
  offset: Offset(0, 16),
  blurRadius: 32,
  spreadRadius: 0,
);