RotateInUpLeftAnimation constructor

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

Implementation

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