ZoomOutAnimation constructor
const
ZoomOutAnimation({})
Implementation
const ZoomOutAnimation(
{this.scale = 0.001,
Duration duration = const Duration(seconds: 1),
Duration delay = Duration.zero,
Curve curve = Curves.linear,
CustomAnimationControl control = CustomAnimationControl.PLAY})
: super(duration: duration, delay: delay, curve: curve, control: control);