followsCurrentColor property
Whether this shape inherited its fill — because it declared
fill="currentColor", or declared no fill at all.
Those shapes follow the currentColor passed to SvgDrawing.paint,
which is how one drawing serves as a tintable icon set.
Implementation
final bool followsCurrentColor;