cancelDraw method

void cancelDraw()

取消绘制

Implementation

void cancelDraw() {
  _startPoint = null;
  currentContent = null;
}