SMKitConfig constructor
const
SMKitConfig({
- bool? enableIntelligenceRest,
- bool? allowAudioMixing,
- bool? showExternalAudioControl,
- bool? showRowingPhoneCalibration,
- bool? enableWatchCompanion,
- bool? accuratePoseEstimation,
- SkeletonConfig? skeletonConfig,
- List<
SMKitPauseType> ? pauseTypes, - InstructionVideoConfig? instructionVideoConfig,
Implementation
const SMKitConfig({
this.enableIntelligenceRest,
this.allowAudioMixing,
this.showExternalAudioControl,
this.showRowingPhoneCalibration,
this.enableWatchCompanion,
this.accuratePoseEstimation,
this.skeletonConfig,
this.pauseTypes,
this.instructionVideoConfig,
});