refactor: re-add children property

pull/298/head
Allison Ryan 3 years ago
parent 0f2614a3e6
commit 71bb26054a

@ -43,7 +43,8 @@ class AndroidSpaceship extends Component {
@visibleForTesting @visibleForTesting
AndroidSpaceship.test({ AndroidSpaceship.test({
required this.bloc, required this.bloc,
}); Iterable<Component>? children,
}) : super(children: children);
// TODO(alestiago): Consider refactoring once the following is merged: // TODO(alestiago): Consider refactoring once the following is merged:
// https://github.com/flame-engine/flame/pull/1538 // https://github.com/flame-engine/flame/pull/1538

Loading…
Cancel
Save