SMKitExerciseDisplayContext constructor
const
SMKitExerciseDisplayContext({
- String? sectionTitle,
- SMKitExerciseDisplayGroup? group,
- String? sectionTitleSoundKey,
- bool? playsTitleSound,
Implementation
const SMKitExerciseDisplayContext({
this.sectionTitle,
this.group,
this.sectionTitleSoundKey,
this.playsTitleSound,
});