const GlowContainer({ Key? key, this.child, this.color, this.blurRadius = 30, this.spreadRadius = 1, }) : super(key: key);