- @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel')
- @DocsEditable()
Source
@DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') @DocsEditable() PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel( num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.instance .createSVGPathSegCurvetoCubicRel_Callback_6_( this, x, y, x1, y1, x2, y2);