shouldContinueAfterDrawing method

bool shouldContinueAfterDrawing()

检查是否应该在完成绘图后继续绘图模式

Implementation

bool shouldContinueAfterDrawing() {
  return _isDrawingModeEnabled && _isContinuousMode;
}