mirror of
https://github.com/flutter/samples.git
synced 2026-04-05 03:01:19 +00:00
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key` * `flutter format`
This commit is contained in:
@@ -24,7 +24,7 @@ import '../style/palette.dart';
|
||||
class PlaySessionScreen extends StatefulWidget {
|
||||
final GameLevel level;
|
||||
|
||||
const PlaySessionScreen(this.level, {Key? key}) : super(key: key);
|
||||
const PlaySessionScreen(this.level, {super.key});
|
||||
|
||||
@override
|
||||
State<PlaySessionScreen> createState() => _PlaySessionScreenState();
|
||||
|
||||
Reference in New Issue
Block a user