Eades constructor
Eades({})
Implementation
Eades({
required super.graph,
// TODO: Tune these constants.
this.c1 = 15.0,
this.c2 = 150.0,
this.c3 = 5000.0,
this.c4 = 1.0,
this.c5 = 0.0,
});
Eades({
required super.graph,
// TODO: Tune these constants.
this.c1 = 15.0,
this.c2 = 150.0,
this.c3 = 5000.0,
this.c4 = 1.0,
this.c5 = 0.0,
});