RenderGraphCaptureRequest constructor

const RenderGraphCaptureRequest({
  1. bool captureImages = true,
  2. int? thumbnailMaxDim = 256,
  3. bool fullResolution = false,
  4. Set<String>? onlyKeys,
})

Implementation

const RenderGraphCaptureRequest({
  this.captureImages = true,
  this.thumbnailMaxDim = 256,
  this.fullResolution = false,
  this.onlyKeys,
});