mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 01:58:36 +00:00
refa: video progress indicator
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -141,8 +141,16 @@ class VideoCardHMemberVideo extends StatelessWidget {
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
child: videoProgressIndicator(
|
||||
videoItem.history!.progress! /
|
||||
child: VideoProgressIndicator(
|
||||
color:
|
||||
theme.colorScheme.primary,
|
||||
backgroundColor: theme
|
||||
.colorScheme
|
||||
.secondaryContainer,
|
||||
progress:
|
||||
videoItem
|
||||
.history!
|
||||
.progress! /
|
||||
videoItem
|
||||
.history!
|
||||
.duration!,
|
||||
|
||||
Reference in New Issue
Block a user