Showing
2 changed files
with
2 additions
and
2 deletions
@@ -12,7 +12,7 @@ Future<void> main() async { | @@ -12,7 +12,7 @@ Future<void> main() async { | ||
12 | } | 12 | } |
13 | 13 | ||
14 | class MyApp extends StatelessWidget { | 14 | class MyApp extends StatelessWidget { |
15 | - const MyApp(this.title); | 15 | + const MyApp(this.title, {Key? key}) : super(key: key); |
16 | 16 | ||
17 | final String title; | 17 | final String title; |
18 | 18 |
-
Please register or login to post a comment