FigmaDocument constructor
FigmaDocument({
- String? id,
- String? name,
- FigmaDocument? parent,
- String? type,
- String? scrollBehavior,
- List<
FigmaDocument> ? children, - Color? backgroundColor,
- dynamic prototypeStartNodeID,
- List? flowStartingPoints,
- PrototypeDevice? prototypeDevice,
- List<
ExportSettings> ? exportSettings, - String? blendMode,
- AbsoluteBoundingBox? absoluteBoundingBox,
- AbsoluteBoundingBox? absoluteRenderBounds,
- Constraints? constraints,
- List<
Fills> ? fills, - List? strokes,
- double? strokeWeight,
- String? strokeAlign,
- List? effects,
- String? characters,
- Style? style,
- List? characterStyleOverrides,
- Map<
String, StyleOverrideTable> ? styleOverrideTable, - List<
String> ? lineTypes, - List<
int> ? lineIndentations, - bool? clipsContent,
- List<
Background> ? background, - String? strokeJoin,
- 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,
});