Adapt gradient for Android TV

This commit is contained in:
kilowatt 2020-11-13 20:26:42 +03:00
parent ca8969eb28
commit abbd795a35
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class _PlayerScreenState extends State<PlayerScreen> {
setState(() => _bgGradient = LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [palette.dominantColor.color.withOpacity(0.5), Theme.of(context).bottomAppBarColor],
colors: [palette.dominantColor.color.withOpacity(0.5), Color.fromARGB(0, 0, 0, 0)],
stops: [
0.0,
0.4