mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-13 11:20:19 +08:00
Null-safety (#685)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user