FadeOutAnimation constructor

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

Implementation

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