BounceInDown constructor
BounceInDown({
- Key? key,
- required Widget child,
- AnimationPreferences preferences = const AnimationPreferences(),
Implementation
BounceInDown({
Key? key,
required Widget child,
AnimationPreferences preferences = const AnimationPreferences(),
}) : super(
key: key,
child: child,
definition: BounceInDownAnimation(preferences: preferences));