AnimationConfig constructor
Implementation
const AnimationConfig({
required this.duration,
required this.curve,
this.fadeFrom = 0.0,
this.fadeTo = 1.0,
this.scaleFrom = 1.0,
this.scaleTo = 1.0,
this.slideFrom = Offset.zero,
this.slideTo = Offset.zero,
});