RunningView constructor

const RunningView({
  1. Key? key,
  2. AnimationController? animationController,
  3. Animation<double>? animation,
})

Implementation

const RunningView({Key? key, this.animationController, this.animation})
    : super(key: key);