ExercisesButton constructor
- {Key? key,
- void onPressed(
- required ChapterInfo chapterInfo}
Implementation
const ExercisesButton({
super.key,
this.onPressed,
required this.chapterInfo,
});
const ExercisesButton({
super.key,
this.onPressed,
required this.chapterInfo,
});