mirror of
https://github.com/flutter/samples.git
synced 2026-07-17 14:32:06 +00:00
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key` * `flutter format`
This commit is contained in:
@@ -9,7 +9,7 @@ import 'package:veggieseasons/screens/search.dart';
|
||||
import 'package:veggieseasons/screens/settings.dart';
|
||||
|
||||
class HomeScreen extends StatelessWidget {
|
||||
const HomeScreen({Key? key, this.restorationId}) : super(key: key);
|
||||
const HomeScreen({super.key, this.restorationId});
|
||||
|
||||
final String? restorationId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user