Improve blur
This commit is contained in:
parent
c96bd3d14d
commit
fce5cc326e
@ -50,9 +50,12 @@ class _MusicPlayerState extends State<MusicPlayer> {
|
||||
child: BackdropFilter(
|
||||
filter: ImageFilter.blur(sigmaX: 10, sigmaY: 10),
|
||||
child: Container(
|
||||
color: Colors.black.withOpacity(0.3),
|
||||
color: Colors.black.withOpacity(0.8),
|
||||
alignment: Alignment.center,
|
||||
child: Container(),
|
||||
child: SizedBox(
|
||||
width: constraints.maxWidth,
|
||||
height: constraints.maxHeight,
|
||||
),
|
||||
),
|
||||
)),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user