SiriWaveOptions constructor

const SiriWaveOptions({
  1. Color backgroundColor = Colors.black,
  2. double height = 180,
  3. bool showSupportBar = true,
  4. double width = 360,
})

Creates a SiriWaveOptions.

Implementation

const SiriWaveOptions({
  this.backgroundColor = Colors.black,
  this.height = 180,
  this.showSupportBar = true,
  this.width = 360,
});