Null-safety (#685)

This commit is contained in:
Luan Nico
2021-03-09 17:45:55 -05:00
committed by GitHub
parent 0855d4e3a5
commit edc54fdc34
121 changed files with 625 additions and 669 deletions

View File

@@ -60,8 +60,8 @@ class MyBaseGame extends BaseGame with TapDetector, DoubleTapDetector {
class MyGame extends Game with TapDetector {
final TextConfig textConfig = TextConfig(color: const Color(0xFFFFFFFF));
Timer countdown;
Timer interval;
late Timer countdown;
late Timer interval;
int elapsedSecs = 0;