3lB4rt0

Same here

... ... @@ -21,7 +21,6 @@ class DetailsView extends StatelessWidget {
child: BackdropFilter(
filter: ImageFilter.blur(sigmaX: 15.0, sigmaY: 15.0),
child: Container(
decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)),
child: Scaffold(
backgroundColor: Colors.transparent,
appBar: AppBar(
... ...