ZetaAudioVisualizer constructor
Constructs a ZetaAudioVisualizer.
Implementation
const ZetaAudioVisualizer({
super.key,
super.rounded,
this.assetPath,
this.url,
this.deviceFilePath,
this.isRecording = false,
this.backgroundColor,
this.foregroundColor,
this.tertiaryColor,
this.playButtonColor,
this.onPause,
this.onPlay,
this.errorMessage = 'Audio cannot be played',
});