noStroke method

void noStroke()

Implementation

void noStroke() {
  _paintingContext.strokePaint.color = const Color(0x00000000);
}