const GradientWidget({ Key? key, required this.child, this.colors, this.blendMode, }) : super(key: key);