VectorPathCommandLine constructor

const VectorPathCommandLine({
  1. required Point endPoint,
})

A straight line to a given point

Implementation

const VectorPathCommandLine({
  required this.endPoint,
});