3lB4rt0

Same here

@@ -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(