LinkForce constructor
LinkForce({
- required List<
NetworkLink> links, - double distance = 30,
- double strength = 1,
- int iterations = 1,
Implementation
LinkForce({
required this.links,
this.distance = 30,
this.strength = 1,
this.iterations = 1,
});