setStart method

void setStart(
  1. Offset start
)

Sets the position of the first point of the link which lies on the source component.

Implementation

void setStart(Offset start) {
  linkPoints[0] = start;
  notifyListeners();
}