FadeOutDownBigAnimation constructor

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

Implementation

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