BubbleBackground constructor
const
BubbleBackground({})
Implementation
const BubbleBackground({
super.key,
this.numBubbles = 10,
this.colors = const [Colors.blueAccent, Colors.purpleAccent, Colors.tealAccent],
this.minRadius = 30,
this.maxRadius = 80,
this.speed = 1.0,
this.blurSigma = 10.0,
this.child,
this.isPaused = false,
});