From c84c6b9b58bc17c7747e7d06eef2988c168b5bb4 Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Mon, 2 May 2022 12:55:14 -0500 Subject: [PATCH] chore: remove leftover children change --- .../src/components/android_spaceship/android_spaceship.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/pinball_components/lib/src/components/android_spaceship/android_spaceship.dart b/packages/pinball_components/lib/src/components/android_spaceship/android_spaceship.dart index 4d98b419..55f21f56 100644 --- a/packages/pinball_components/lib/src/components/android_spaceship/android_spaceship.dart +++ b/packages/pinball_components/lib/src/components/android_spaceship/android_spaceship.dart @@ -43,8 +43,7 @@ class AndroidSpaceship extends Component { @visibleForTesting AndroidSpaceship.test({ required this.bloc, - Iterable? children, - }) : super(children: children); + }); // TODO(alestiago): Consider refactoring once the following is merged: // https://github.com/flame-engine/flame/pull/1538