line method

void line(
  1. Offset offset
)

Implementation

void line(Offset offset) => lineTo(offset.dx, offset.dy);