Skip to content

Commit 6f4ee48

Browse files
committed
Use super parameter
1 parent 7b5d74e commit 6f4ee48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:flutter/services.dart';
77
void main() => runApp(const MyApp());
88

99
class MyApp extends StatefulWidget {
10-
const MyApp({Key? key}) : super(key: key);
10+
const MyApp({super.key});
1111

1212
@override
1313
State<MyApp> createState() => _MyAppState();

0 commit comments

Comments
 (0)