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