Removed BoxDecoration from example
I think it doesn't affect on anything. it's not much, but it's something.
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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( |
-
Please register or login to post a comment