panhui hace 6 años
padre
commit
e254be02fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/widget/SuccessfulReception.dart

+ 1 - 1
lib/widget/SuccessfulReception.dart

@@ -8,7 +8,7 @@ import '../widget/LinearButton.dart';
 
 class SuccessfulReception extends StatefulWidget {
   SuccessfulReception({Key key, this.money, this.playerId}) : super(key: key);
-  final int money;
+  final num money;
   final int playerId;
   @override
   SuccessfulReceptionState createState() => SuccessfulReceptionState();