SMKitQuickMotionParams constructor

const SMKitQuickMotionParams({
  1. double validityWindow = 0.75,
  2. double checkInterval = 0.25,
})

Implementation

const SMKitQuickMotionParams({
  this.validityWindow = 0.75,
  this.checkInterval = 0.25,
});