فهرست منبع

minor bug fix

ashilkn 2 سال پیش
والد
کامیت
398e6607e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/ui/common/gradient_button.dart

+ 1 - 1
lib/ui/common/gradient_button.dart

@@ -21,7 +21,7 @@ class GradientButton extends StatelessWidget {
       Color(0xFF1DB954),
     ],
     this.onTap,
-    this.text,
+    this.text = '',
     this.iconData,
     this.paddingValue = 0.0,
   }) : super(key: key);