ZoomInRight constructor
      
      ZoomInRight({ 
    
    
- Key? key,
 - required Widget child,
 - AnimationPreferences preferences = const AnimationPreferences(),
 
Implementation
ZoomInRight({
  Key? key,
  required Widget child,
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
          key: key,
          child: child,
          definition: ZoomInRightAnimation(preferences: preferences));