FadeOutLeftAnimation constructor

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

Implementation

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