mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 07:18:15 +00:00
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key` * `flutter format`
This commit is contained in:
@@ -28,8 +28,8 @@ class ResponsiveScreen extends StatelessWidget {
|
||||
required this.rectangularMenuArea,
|
||||
this.topMessageArea = const SizedBox.shrink(),
|
||||
this.mainAreaProminence = 0.8,
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
super.key,
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user