3lB4rt0

Removed BoxDecoration from example

I think it doesn't affect on anything.
it's not much, but it's something.
@@ -18,7 +18,6 @@ class CountryView extends GetView<HomeController> { @@ -18,7 +18,6 @@ class CountryView extends GetView<HomeController> {
18 child: BackdropFilter( 18 child: BackdropFilter(
19 filter: ImageFilter.blur(sigmaX: 15.0, sigmaY: 15.0), 19 filter: ImageFilter.blur(sigmaX: 15.0, sigmaY: 15.0),
20 child: Container( 20 child: Container(
21 - decoration: BoxDecoration(color: Colors.white.withOpacity(0.0)),  
22 child: Scaffold( 21 child: Scaffold(
23 backgroundColor: Colors.transparent, 22 backgroundColor: Colors.transparent,
24 appBar: AppBar( 23 appBar: AppBar(