static const kDefaultShadow = [ BoxShadow( color: kDefaultShadowColor, offset: Offset(0, 8), spreadRadius: 0, blurRadius: 24, // has the effect of softening the shadow ), ];