Browse Source

remove shadow from gradient button

Neeraj Gupta 3 years ago
parent
commit
10bec1143d
1 changed files with 0 additions and 8 deletions
  1. 0 8
      lib/ui/common/gradientButton.dart

+ 0 - 8
lib/ui/common/gradientButton.dart

@@ -16,14 +16,6 @@ class GradientButton extends StatelessWidget {
       child: Container(
       child: Container(
         height: 56,
         height: 56,
         decoration: BoxDecoration(
         decoration: BoxDecoration(
-          boxShadow: [
-            BoxShadow(
-              spreadRadius: 0,
-              offset: Offset(0, 4),
-              color: Colors.black.withOpacity(0.2),
-              blurRadius: 2,
-            )
-          ],
           gradient: LinearGradient(
           gradient: LinearGradient(
             begin: Alignment(0.1, -0.9),
             begin: Alignment(0.1, -0.9),
             end: Alignment(-0.6, 0.9),
             end: Alignment(-0.6, 0.9),