linkPoints property

List<Offset> linkPoints
final

Points from which the link is drawn on canvas.

First and last points lay on the two components which are connected by this link.

Implementation

final List<Offset> linkPoints;