MultiWaveVisualizer({ required this.data, required this.color, }) : wavePaint = Paint() ..color = color.withOpacity(0.75) ..style = PaintingStyle.fill;