CircleAudioVisualizerPainter constructor

CircleAudioVisualizerPainter(
  1. double dy,
  2. List<double> data,
  3. bool isPlaying,
  4. int currentPosition,
  5. int numbars, {
  6. Color? color,
})

Implementation

CircleAudioVisualizerPainter(
  this.dy,
  this.data,
  this.isPlaying,
  this.currentPosition,
  this.numbars, {
  this.color,
});