noFill method

void noFill()

Implementation

void noFill() {
  _paintingContext.fillPaint.color = const Color(0x00000000);
}