Makes the coverage tool happy

pull/505/head
Alvaro Almeida Freire Stivi 1 year ago
parent 2f3efcf58a
commit 2b03a928b4
No known key found for this signature in database

@ -76,9 +76,8 @@ class _LinkBoxHeader extends StatelessWidget {
class _LinkBoxDecoration extends StatelessWidget { class _LinkBoxDecoration extends StatelessWidget {
const _LinkBoxDecoration({ const _LinkBoxDecoration({
Key? key,
required this.child, required this.child,
}) : super(key: key); });
final Widget child; final Widget child;

Loading…
Cancel
Save