我需要将记分员从main.dart移到questionbank.dart,但是,这个错误不断出现,我不知道在哪里以及如何修复它。必须应用OOP概念,但是我很困惑从哪里开始以及如何做。我太不知所措了。第一个我试过使用void,在maindart上创建另一个记分员,但仍然没有改变。
yeotifhr1#
skcorrect和skwrong函数中缺少返回值
Widget skwrong(){ return Icon( Icons.close, color: Colors.red, ); }
基本上您在这里添加了null
qb.scoreKeeper.add( qb.skcorrect() );
1条答案
按热度按时间yeotifhr1#
skcorrect和skwrong函数中缺少返回值
基本上您在这里添加了null