SimpleLine constructor
Creates a new SimpleLine with a starting point and color.
Implementation
SimpleLine(Offset startPoint, this.color) {
points.add(startPoint);
}
Creates a new SimpleLine with a starting point and color.
SimpleLine(Offset startPoint, this.color) {
points.add(startPoint);
}