lineToOffset method

void lineToOffset(
  1. Offset offset
)

Implementation

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