ZoomOutDownAnimation constructor

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

Implementation

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