ZoomOutAnimation constructor

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

Implementation

ZoomOutAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences);