AnimatedOMeshGradient constructor
const
AnimatedOMeshGradient({})
Creates a new AnimatedOMeshGradient with the given mesh.
Implementation
const AnimatedOMeshGradient({
required this.mesh,
required this.duration,
this.curve,
this.tessellation,
this.debugMode,
this.size,
super.key,
});