Update packages/pinball_components/lib/src/components/spaceship_ramp/spaceship_ramp.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/296/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent b81c6b1d1a
commit f566757383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ class SpaceshipRamp extends Component {
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
// ignore: public_member_api_docs
final SpaceshipRampCubit bloc;

Loading…
Cancel
Save