FadeInUpAnimation constructor

FadeInUpAnimation({
  1. AnimationPreferences preferences = const AnimationPreferences(),
})

Implementation

FadeInUpAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
        preferences: preferences,
        needsWidgetSize: true,
        preRenderOpacity: 0.0,
      );