From 2b03a928b4e783791a796f07fb6463c529c9b5ac Mon Sep 17 00:00:00 2001 From: Alvaro Almeida Freire Stivi Date: Wed, 3 Jul 2024 14:54:43 +0000 Subject: [PATCH] Makes the coverage tool happy --- lib/more_information/more_information_dialog.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/more_information/more_information_dialog.dart b/lib/more_information/more_information_dialog.dart index 2e2423c2..e45b9cd5 100644 --- a/lib/more_information/more_information_dialog.dart +++ b/lib/more_information/more_information_dialog.dart @@ -76,9 +76,8 @@ class _LinkBoxHeader extends StatelessWidget { class _LinkBoxDecoration extends StatelessWidget { const _LinkBoxDecoration({ - Key? key, required this.child, - }) : super(key: key); + }); final Widget child;