Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -21,7 +21,6 @@ class DetailsView extends StatelessWidget { | @@ -21,7 +21,6 @@ class DetailsView extends StatelessWidget { | ||
| 21 | child: BackdropFilter( | 21 | child: BackdropFilter( |
| 22 | filter: ImageFilter.blur(sigmaX: 15.0, sigmaY: 15.0), | 22 | filter: ImageFilter.blur(sigmaX: 15.0, sigmaY: 15.0), |
| 23 | child: Container( | 23 | child: Container( |
| 24 | - decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)), | ||
| 25 | child: Scaffold( | 24 | child: Scaffold( |
| 26 | backgroundColor: Colors.transparent, | 25 | backgroundColor: Colors.transparent, |
| 27 | appBar: AppBar( | 26 | appBar: AppBar( |
-
Please register or login to post a comment