RotateOutAnimation constructor

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

Implementation

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