diff --git a/lib/common/widgets/progress_bar/video_progress_indicator.dart b/lib/common/widgets/progress_bar/video_progress_indicator.dart index e284f3b7..909e4aa1 100644 --- a/lib/common/widgets/progress_bar/video_progress_indicator.dart +++ b/lib/common/widgets/progress_bar/video_progress_indicator.dart @@ -8,6 +8,8 @@ Widget videoProgressIndicator(double progress) => ClipRect( child: LinearProgressIndicator( minHeight: 10, value: progress, + // ignore: deprecated_member_use + year2023: true, stopIndicatorColor: Colors.transparent, ), ),