MeshGradientOptions class

A class that encapsulates the configuration options for a mesh gradient.

This class allows for the customization of the mesh gradient's appearance by adjusting the blend strength and noise intensity.

Constructors

MeshGradientOptions({double blend = 3, double noiseIntensity = 0.2})
Constructs an instance of MeshGradientOptions with optional parameters.

Properties

blend double
The blending strength between the colors of the mesh gradient.
final
hashCode int
The hash code for this object.
no setterinherited
noiseIntensity double
The intensity of the noise applied to the mesh gradient.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited