RunningView constructor
const
RunningView({
- Key? key,
- AnimationController? animationController,
- Animation<
double> ? animation,
Implementation
const RunningView({Key? key, this.animationController, this.animation})
: super(key: key);