ashilkn před 2 roky
rodič
revize
398e6607e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);