'Blendmode got mess when I use videoplayer package in flutter

Here is my code: Row( children: [ Container( foregroundDecoration: BoxDecoration( color: const Color(0xFF121212).withOpacity(0.75), backgroundBlendMode: BlendMode.darken), child: _ViewImage(networkLink: networkLink)), _ViewVideo( networkLink: 'https://www.youtube.com/watch?v=uz4xRnE-UIw&t=165s'), ], ),

Anyone Here knows how to fix this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source