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