endDraw method

void endDraw()

Ends the current drawing action.

Implementation

void endDraw() {
  notifyListeners();
}