|
|
@@ -151,7 +151,11 @@ class _MaterialControlsState extends State<I2MaterialControls> {
|
|
|
child: Container(
|
|
|
height: barHeight,
|
|
|
// color: Theme.of(context).dialogBackgroundColor,
|
|
|
- color: Colors.transparent,
|
|
|
+// color: Colors.transparent,
|
|
|
+ decoration: BoxDecoration(
|
|
|
+ gradient: const LinearGradient(
|
|
|
+ colors: [Colors.black38, Colors.transparent], begin: Alignment.bottomCenter, end: Alignment.topCenter, stops: [0.0, 1]),
|
|
|
+ ),
|
|
|
child: Row(
|
|
|
children: <Widget>[
|
|
|
_buildPlayPause(controller),
|