mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Add use_super_parameters lint (#1269)
This commit is contained in:
@@ -27,9 +27,7 @@ import 'widget_test.mocks.dart';
|
||||
late MockClient _mockClient;
|
||||
|
||||
class _TestApp extends StatelessWidget {
|
||||
const _TestApp({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
const _TestApp();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user