Bubble constructor
Bubble({})
Implementation
Bubble({
required this.x,
required this.y,
required this.radius,
required this.speed,
required this.opacity,
required this.color,
required this.wobbleSpeed,
});