RotateInDownRightAnimation constructor

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

Implementation

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