splineThru method
dynamic
splineThru(
- dynamic pts
Implementation
splineThru(pts) {
currentPath.splineThru(pts);
return this;
}
splineThru(pts) {
currentPath.splineThru(pts);
return this;
}