AnimationStyle constructor
Creates an instance of Animation Style class.
Implementation
AnimationStyle({
this.curve,
this.duration,
this.reverseCurve,
this.reverseDuration,
});
Creates an instance of Animation Style class.
AnimationStyle({
this.curve,
this.duration,
this.reverseCurve,
this.reverseDuration,
});