mesh_gradient library

Classes

AnimatedMeshGradient
A widget that paints an animated mesh gradient.
AnimatedMeshGradientController
Controls the animation state for an AnimatedMeshGradient widget.
AnimatedMeshGradientOptions
A class that provides configuration options for the AnimatedMeshGradient widget.
AnimatedMeshGradientPainter
A CustomPainter subclass that paints an animated mesh gradient on a canvas. This painter uses a FragmentShader to create the gradient effect, which is animated over time.
AnimationSequence
Represents a sequence of animations for a mesh gradient point.
MeshGradient
A widget that paints a mesh gradient using a custom shader.
MeshGradientController
Controls the animation of mesh gradient points.
MeshGradientOptions
A class that encapsulates the configuration options for a mesh gradient.
MeshGradientPainter
A custom painter that paints a mesh gradient.
MeshGradientPoint
Represents a single point in a mesh gradient, consisting of a position and a color.