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