lineToPoint method

void lineToPoint(
  1. Offset point
)

Implementation

void lineToPoint(Offset point) {
  lineTo(point.dx, point.dy);
}