Animation constructor
Animation({
- dynamic type,
- dynamic exitType,
This is constructor of Animation
Implementation
Animation({
this.type,
this.exitType,
});
This is constructor of Animation
Animation({
this.type,
this.exitType,
});