Update style of buffered color in the video control

This commit is contained in:
Vishnu Mohandas 2020-06-29 16:52:13 +05:30
parent 4a90dde9a3
commit 849cedbf5f

View file

@ -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),
),
),