MeshGradientBackground constructor
Implementation
const MeshGradientBackground({
super.key,
this.child,
this.colors,
this.duration = const Duration(seconds: 8),
this.animate = true,
this.borderRadius,
this.meshPoints = 4,
});
const MeshGradientBackground({
super.key,
this.child,
this.colors,
this.duration = const Duration(seconds: 8),
this.animate = true,
this.borderRadius,
this.meshPoints = 4,
});