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