RotateOutUpLeftAnimation constructor

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

Implementation

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