opt video progress indicator

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-04 20:58:59 +08:00
parent 6d0017c256
commit 9057401b16

View File

@@ -8,6 +8,8 @@ Widget videoProgressIndicator(double progress) => ClipRect(
child: LinearProgressIndicator(
minHeight: 10,
value: progress,
// ignore: deprecated_member_use
year2023: true,
stopIndicatorColor: Colors.transparent,
),
),