SavingInProgressExerciseContent constructor
- Key? key,
- required ScheduleAction action,
Implementation
const SavingInProgressExerciseContent({
super.key,
required this.action,
});
const SavingInProgressExerciseContent({
super.key,
required this.action,
});