FadeOutRightBigAnimation constructor

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

Implementation

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