BubblePainter constructor
BubblePainter({})
Creates a bubble painter with the specified visual properties.
All parameters are required to ensure consistent bubble rendering across all animation frames.
Implementation
BubblePainter({
required this.bubbles,
required this.bubbleColor,
required this.bubbleOpacity,
required this.minCircleBubbleColor,
});