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

pull/312/head
Allison Ryan 3 years ago committed by GitHub
parent a06a097814
commit 7b38c83ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,12 +114,11 @@ class _FlapperExit extends LayerSensor {
); );
} }
@visibleForTesting
/// {@template flap_sprite_animation_component} /// {@template flap_sprite_animation_component}
/// Flap suspended between supports that animates to let the [Ball] exit the /// Flap suspended between supports that animates to let the [Ball] exit the
/// [LaunchRamp]. /// [LaunchRamp].
/// {@endtemplate} /// {@endtemplate}
@visibleForTesting
class FlapSpriteAnimationComponent extends SpriteAnimationComponent class FlapSpriteAnimationComponent extends SpriteAnimationComponent
with HasGameRef, ZIndex { with HasGameRef, ZIndex {
/// {@macro flap_sprite_animation_component} /// {@macro flap_sprite_animation_component}

Loading…
Cancel
Save