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