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