diff --git a/packages/pinball_components/lib/src/components/flapper/flapper.dart b/packages/pinball_components/lib/src/components/flapper/flapper.dart index bf1ab697..5580724d 100644 --- a/packages/pinball_components/lib/src/components/flapper/flapper.dart +++ b/packages/pinball_components/lib/src/components/flapper/flapper.dart @@ -114,12 +114,11 @@ class _FlapperExit extends LayerSensor { ); } -@visibleForTesting - /// {@template flap_sprite_animation_component} /// Flap suspended between supports that animates to let the [Ball] exit the /// [LaunchRamp]. /// {@endtemplate} +@visibleForTesting class FlapSpriteAnimationComponent extends SpriteAnimationComponent with HasGameRef, ZIndex { /// {@macro flap_sprite_animation_component}