SMKitConfig constructor

const SMKitConfig({
  1. bool? enableIntelligenceRest,
  2. bool? allowAudioMixing,
  3. bool? showExternalAudioControl,
  4. bool? showRowingPhoneCalibration,
  5. bool? enableWatchCompanion,
  6. bool? accuratePoseEstimation,
  7. SkeletonConfig? skeletonConfig,
  8. List<SMKitPauseType>? pauseTypes,
  9. InstructionVideoConfig? instructionVideoConfig,
})

Implementation

const SMKitConfig({
  this.enableIntelligenceRest,
  this.allowAudioMixing,
  this.showExternalAudioControl,
  this.showRowingPhoneCalibration,
  this.enableWatchCompanion,
  this.accuratePoseEstimation,
  this.skeletonConfig,
  this.pauseTypes,
  this.instructionVideoConfig,
});