소스 검색

remove shadow from gradient button

Neeraj Gupta 3 년 전
부모
커밋
10bec1143d
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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(
         height: 56,
         decoration: BoxDecoration(
-          boxShadow: [
-            BoxShadow(
-              spreadRadius: 0,
-              offset: Offset(0, 4),
-              color: Colors.black.withOpacity(0.2),
-              blurRadius: 2,
-            )
-          ],
           gradient: LinearGradient(
             begin: Alignment(0.1, -0.9),
             end: Alignment(-0.6, 0.9),