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