MeshGradient constructor
const
MeshGradient({})
Implementation
const MeshGradient({
super.key,
required this.preset,
this.crossDuration = const Duration(milliseconds: 1100),
this.curve = Curves.easeInOut,
this.animateAmbient = true,
this.driftAmount = 1.0,
this.driftPeriod = const Duration(seconds: 18),
this.child,
});