We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5d74e commit 6f4ee48Copy full SHA for 6f4ee48
example/lib/main.dart
@@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
7
void main() => runApp(const MyApp());
8
9
class MyApp extends StatefulWidget {
10
- const MyApp({Key? key}) : super(key: key);
+ const MyApp({super.key});
11
12
@override
13
State<MyApp> createState() => _MyAppState();
0 commit comments