ShapeFill:
{ color: string | null;}
Fill of a Shape.
Shape
color: string | null
string
null
Fill color as a hex string (for example '#ff0000'), or null for no fill (transparent).
'#ff0000'