WaveformStyle constructor

const WaveformStyle({
  1. double alpha = 0.4,
  2. double strokeWidth = 1.2,
})

Implementation

const WaveformStyle({
  this.alpha = 0.4,
  this.strokeWidth = 1.2,
});