AudioVisualizerOptions constructor

const AudioVisualizerOptions({
  1. bool centeredBands = true,
  2. int barCount = 7,
  3. bool smoothTransition = true,
})

Implementation

const AudioVisualizerOptions({
  this.centeredBands = true,
  this.barCount = 7,
  this.smoothTransition = true,
});