update method

Implementation

SVGElementStyle update(SVGElementStyle style) => SVGElementStyle(
      fillColor: style.fillColor ?? fillColor,
      strokeColor: style.strokeColor ?? strokeColor,
      strokeWidth: style.strokeWidth ?? strokeWidth,
    );