@protected Color? getSolidFillColor(Color? fillColor) { return isSolid ? fillColor : StyleFactory.style.white; }