ZoomOutRightAnimation constructor

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

Implementation

ZoomOutRightAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences, needsScreenSize: true);