CAnimation<T extends App<T> , X> constructor
CAnimation<T extends App<T> , X> (
- T app,
- X target
Implementation
CAnimation(super.app, this.target);
CAnimation(super.app, this.target);