RotateOutUpRightAnimation constructor

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

Implementation

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