SlideOutUpAnimation constructor

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

Implementation

SlideOutUpAnimation({
  AnimationPreferences preferences = const AnimationPreferences(),
}) : super(preferences: preferences, needsScreenSize: true);