strokeText method

void strokeText(
  1. String text,
  2. num x,
  3. num y,
  4. [num? maxWidth]
)

Implementation

void strokeText(String text, num x, num y, [num? maxWidth]) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/OffscreenCanvasRenderingContext2D/strokeText.html