FadeOutRightAnimation constructor

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

Implementation

FadeOutRightAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences, needsWidgetSize: true);