ZoomInDownAnimation constructor

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

Implementation

ZoomInDownAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
        preferences: preferences,
        needsScreenSize: true,
        preRenderOpacity: 0.0,
      );