mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +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 'routing.dart';
|
||||
import 'screens/navigator.dart';
|
||||
|
||||
class Bookstore extends StatefulWidget {
|
||||
const Bookstore({Key? key}) : super(key: key);
|
||||
const Bookstore({super.key});
|
||||
|
||||
@override
|
||||
State<Bookstore> createState() => _BookstoreState();
|
||||
|
||||
Reference in New Issue
Block a user