RotateInDownLeft constructor

RotateInDownLeft({
  1. Key? key,
  2. required Widget child,
  3. AnimationPreferences preferences = const AnimationPreferences(),
})

Implementation

RotateInDownLeft({
  Key? key,
  required Widget child,
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
          key: key,
          child: child,
          definition: RotateInDownLeftAnimation(preferences: preferences));