VisualizerValue constructor

const VisualizerValue({
  1. List<double> amplitudes = const [],
  2. List<double> magnitudes = const [],
  3. List<double> levels = const [],
  4. List<double> peakLevels = const [],
  5. List<double> meanLevels = const [],
})

Implementation

const VisualizerValue({
  this.amplitudes = const [],
  this.magnitudes = const [],
  this.levels = const [],
  this.peakLevels = const [],
  this.meanLevels = const [],
});