ScheduleRemoteExerciseContent constructor

const ScheduleRemoteExerciseContent({
  1. Key? key,
  2. required int deviceId,
  3. bool showLegacyExerciseRecommendations = true,
  4. bool showEcoExerciseRecommendations = false,
  5. bool showCancelButton = true,
  6. Widget? submitLabel,
})

Implementation

const ScheduleRemoteExerciseContent({
  super.key,
  required this.deviceId,
  this.showLegacyExerciseRecommendations = true,
  this.showEcoExerciseRecommendations = false,
  this.showCancelButton = true,
  this.submitLabel,
});