FruchtermanReingold constructor
FruchtermanReingold({})
Implementation
FruchtermanReingold({
required super.graph,
// TODO: Tune these constants.
this.C = 0.5,
this.tDecay = 0.99,
this.tInitial = 300.0,
this.maxIterations = 10000,
}) : t = tInitial;