- @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
- @DocsEditable()
Source
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs')
@DocsEditable()
PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(
num x, num y, num x2, num y2) =>
_blink.BlinkSVGPathElement.instance
.createSVGPathSegCurvetoCubicSmoothAbs_Callback_4_(
this, x, y, x2, y2);