BackgroundCaptureConfig constructor

const BackgroundCaptureConfig({
  1. int frameRate = 30,
  2. double pixelRatio = 1.0,
  3. bool excludeSelf = true,
  4. EdgeInsets capturePadding = EdgeInsets.zero,
})

Implementation

const BackgroundCaptureConfig({
  this.frameRate = 30,
  this.pixelRatio = 1.0,
  this.excludeSelf = true,
  this.capturePadding = EdgeInsets.zero,
});