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