CAnimation<T extends App<T>, X> constructor

CAnimation<T extends App<T>, X>(
  1. T app,
  2. X target
)

Implementation

CAnimation(super.app, this.target);