ExerciseLessonPage constructor

const ExerciseLessonPage(
  1. {Key? key,
  2. required dynamic data}
)

Implementation

const ExerciseLessonPage({super.key, required this.data});