BounceOutUpAnimation constructor
BounceOutUpAnimation({
- AnimationPreferences preferences = const AnimationPreferences(),
Implementation
BounceOutUpAnimation({
AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
preferences: preferences,
needsScreenSize: true,
);