BounceOutLeftAnimation constructor

BounceOutLeftAnimation({
  1. AnimationPreferences preferences = const AnimationPreferences(),
})

Implementation

BounceOutLeftAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
        preferences: preferences,
        needsScreenSize: true,
      );