VectorPathCommandLine constructor
const
VectorPathCommandLine({
- required Point endPoint,
A straight line to a given point
Implementation
const VectorPathCommandLine({
required this.endPoint,
});