fills property
List<Paint> ?
get
fills
The fill properties of the vector
Implementation
List<figma.Paint>? get fills {
if (node is figma.Vector) return (node as figma.Vector).fills;
return null;
}
The fill properties of the vector
List<figma.Paint>? get fills {
if (node is figma.Vector) return (node as figma.Vector).fills;
return null;
}