resetPaint method

void resetPaint()

Reset the paint value. This is equivalent to setting the paint to SvgPaint.empty, but may be slightly more efficient.

Implementation

void resetPaint() => _paint = null;