LensDistortion constructor

const LensDistortion({
  1. double k1 = 0.22,
  2. double k2 = 0.24,
  3. double chromaticAberration = 0,
})

Implementation

const LensDistortion({
  this.k1 = 0.22,
  this.k2 = 0.24,
  this.chromaticAberration = 0,
});