stroke method

void stroke(
  1. Color color
)

Implementation

void stroke(Color color) {
  strokePaint.color = color;
  useStroke = true;
}