strokeText method
Implementation
void strokeText(String text, /* double | NaN */ dynamic x,
/* double | NaN */ dynamic y,
[/* double | NaN */ dynamic maxWidth]) =>
js_util.callMethod(this, 'strokeText', [text, x, y, maxWidth]);
void strokeText(String text, /* double | NaN */ dynamic x,
/* double | NaN */ dynamic y,
[/* double | NaN */ dynamic maxWidth]) =>
js_util.callMethod(this, 'strokeText', [text, x, y, maxWidth]);