AnimatedGradientBackground constructor
Implementation
const AnimatedGradientBackground({
super.key,
this.child,
this.colors,
this.duration = const Duration(seconds: 5),
this.animationType = GradientAnimationType.colorShift,
this.animate = true,
this.borderRadius,
this.stops,
});