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