We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d53037 commit 95c9296Copy full SHA for 95c9296
lib/src/ui/widgets/track/audio_visualizer_widget.dart
@@ -160,7 +160,7 @@ class _SoundWaveformWidgetState extends State<SoundWaveformWidget>
160
: samples[i],
161
width: widget.options.width,
162
decoration: BoxDecoration(
163
- color: widget.options.color.withValues(alpha: barOpacity),
+ color: widget.options.color.withOpacity(barOpacity),
164
borderRadius:
165
BorderRadius.circular(widget.options.cornerRadius),
166
),
0 commit comments