TrainingScreen constructor

const TrainingScreen({
  1. Key? key,
  2. AnimationController? animationController,
})

Implementation

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