FigmaDocument constructor

FigmaDocument({
  1. String? id,
  2. String? name,
  3. String? type,
  4. String? scrollBehavior,
  5. List<FigmaDocument>? children,
  6. Color? backgroundColor,
  7. dynamic prototypeStartNodeID,
  8. List? flowStartingPoints,
  9. PrototypeDevice? prototypeDevice,
  10. List<ExportSettings>? exportSettings,
  11. String? blendMode,
  12. AbsoluteBoundingBox? absoluteBoundingBox,
  13. AbsoluteBoundingBox? absoluteRenderBounds,
  14. Constraints? constraints,
  15. List<Fills>? fills,
  16. List? strokes,
  17. double? strokeWeight,
  18. String? strokeAlign,
  19. List? effects,
  20. String? characters,
  21. Style? style,
  22. List? characterStyleOverrides,
  23. StyleOverrideTable? styleOverrideTable,
  24. List<String>? lineTypes,
  25. List<int>? lineIndentations,
  26. bool? clipsContent,
  27. List<Background>? background,
  28. String? strokeJoin,
  29. dynamic strokeMiterAngle,
})

Implementation

FigmaDocument({
  this.id,
  this.name,
  this.type,
  this.scrollBehavior,
  this.children,
  this.backgroundColor,
  this.prototypeStartNodeID,
  this.flowStartingPoints,
  this.prototypeDevice,
  this.exportSettings,
  this.blendMode,
  this.absoluteBoundingBox,
  this.absoluteRenderBounds,
  this.constraints,
  this.fills,
  this.strokes,
  this.strokeWeight,
  this.strokeAlign,
  this.effects,
  this.characters,
  this.style,
  this.characterStyleOverrides,
  this.styleOverrideTable,
  this.lineTypes,
  this.lineIndentations,
  this.clipsContent,
  this.background,
  this.strokeJoin,
  this.strokeMiterAngle,
});