Migrate examples to null-safety (#707)

This commit is contained in:
Luan Nico
2021-03-24 19:04:33 -04:00
committed by GitHub
parent 98e8515518
commit 640bfea941
34 changed files with 146 additions and 145 deletions

View File

@ -45,8 +45,8 @@ class BackgroundLayer extends PreRenderedLayer {
}
class LayerGame extends Game {
Layer gameLayer;
Layer backgroundLayer;
late Layer gameLayer;
late Layer backgroundLayer;
@override
Future<void> onLoad() async {