LineTo constructor

const LineTo(
  1. double x,
  2. double y
)

Implementation

const LineTo(this.x, this.y);