stroke method

void stroke({
  1. required Color color,
})

Implementation

void stroke({
  required Color color,
}) {
  _paintingContext.strokePaint.color = color;
}