On this page
fillText method
void fillText(Source
void fillText(String text, num x, num y, [num maxWidth]) {
if (maxWidth != null) {
_blink.BlinkCanvasRenderingContext2D.instance
.fillText_Callback_4_(this, text, x, y, maxWidth);
return;
}
_blink.BlinkCanvasRenderingContext2D.instance
.fillText_Callback_3_(this, text, x, y);
return;
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CanvasRenderingContext2D/fillText.html