1. @DomName('CanvasRenderingContext2D.strokeRect')
  2. @DocsEditable()
void strokeRect(num x, num y, num width, num height)

Source

@DomName('CanvasRenderingContext2D.strokeRect')
@DocsEditable()
void strokeRect(num x, num y, num width, num height) =>
    _blink.BlinkCanvasRenderingContext2D.instance
        .strokeRect_Callback_4_(this, x, y, width, height);