endStroke method

void endStroke()

Implementation

void endStroke() {
  _points.add(null); // Separador de trazo
  notifyListeners();
}