CircularBarVisualizer constructor
Implementation
CircularBarVisualizer({
required this.data,
required this.color,
this.gap = 2,
}) : wavePaint = Paint()
..color = color.withOpacity(1.0)
..style = PaintingStyle.fill;
CircularBarVisualizer({
required this.data,
required this.color,
this.gap = 2,
}) : wavePaint = Paint()
..color = color.withOpacity(1.0)
..style = PaintingStyle.fill;