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