FigmaQuery constructor

const FigmaQuery({
  1. List<String>? ids,
  2. double? scale,
  3. String? format,
  4. String? version,
  5. int? depth,
  6. String? geometry,
  7. bool? svgIncludeId,
  8. bool? svgSimplifyStroke,
  9. bool? useAbsoluteBounds,
  10. int? pageSize,
  11. Map<String, int>? cursor,
  12. String? pluginData,
})

Implementation

const FigmaQuery({
  this.ids,
  this.scale,
  this.format,
  this.version,
  this.depth,
  this.geometry,
  this.svgIncludeId,
  this.svgSimplifyStroke,
  this.useAbsoluteBounds,
  this.pageSize,
  this.cursor,
  this.pluginData,
});