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