StandaloneScheduleExercisePage constructor

const StandaloneScheduleExercisePage({
  1. required Widget title,
  2. bool showLegacyExerciseRecommendations = false,
  3. bool showEcoExerciseRecommendations = false,
  4. bool showCancelButton = false,
  5. Widget? submitLabel,
})

Implementation

const StandaloneScheduleExercisePage({
  required this.title,
  this.showLegacyExerciseRecommendations = false,
  this.showEcoExerciseRecommendations = false,
  this.showCancelButton = false,
  this.submitLabel,
});