Update style of buffered color in the video control
This commit is contained in:
parent
4a90dde9a3
commit
849cedbf5f
1 changed files with 2 additions and 2 deletions
|
@ -288,9 +288,9 @@ class _VideoControlsState extends State<VideoControls> {
|
|||
},
|
||||
colors: chewieController.materialProgressColors ??
|
||||
ChewieProgressColors(
|
||||
playedColor: Colors.white,
|
||||
playedColor: Colors.amber,
|
||||
handleColor: Colors.white,
|
||||
bufferedColor: Theme.of(context).backgroundColor,
|
||||
bufferedColor: Colors.white,
|
||||
backgroundColor: Theme.of(context).disabledColor),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue