SMKitExerciseDisplayContext constructor

const SMKitExerciseDisplayContext({
  1. String? sectionTitle,
  2. SMKitExerciseDisplayGroup? group,
  3. String? sectionTitleSoundKey,
  4. bool? playsTitleSound,
})

Implementation

const SMKitExerciseDisplayContext({
  this.sectionTitle,
  this.group,
  this.sectionTitleSoundKey,
  this.playsTitleSound,
});