stroke method

void stroke([
  1. Path2D? path
])

Implementation

void stroke([Path2D? path]) => js_util.callMethod(this, 'stroke', [path]);