FigmaDocument constructor

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

Implementation

FigmaDocument({
  this.id,
  this.name,
  this.parent,
  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,
});