BounceInAnimation constructor

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

Implementation

BounceInAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences);