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