SMKitStretchSetConfig constructor

const SMKitStretchSetConfig({
  1. bool enabled = true,
  2. int repetitions = 1,
  3. int secondsPerStretch = 0,
  4. int restSecondsBetweenStretches = 3,
  5. String? introSoundKey,
  6. List<String>? positionDetectors,
})

Implementation

const SMKitStretchSetConfig({
  this.enabled = true,
  this.repetitions = 1,
  this.secondsPerStretch = 0,
  this.restSecondsBetweenStretches = 3,
  this.introSoundKey,
  this.positionDetectors,
});