FadeOutUpBigAnimation constructor

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

Implementation

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