BackgroundCaptureConfig constructor
const
BackgroundCaptureConfig({
- int frameRate = 30,
- double pixelRatio = 1.0,
- bool excludeSelf = true,
- EdgeInsets capturePadding = EdgeInsets.zero,
Implementation
const BackgroundCaptureConfig({
this.frameRate = 30,
this.pixelRatio = 1.0,
this.excludeSelf = true,
this.capturePadding = EdgeInsets.zero,
});