Explorar el Código

minor bug fix

ashilkn hace 2 años
padre
commit
398e6607e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);