GraphConfig constructor
const
GraphConfig({})
Implementation
const GraphConfig({
this.maxStaticFriction = 20.0,
this.scaling = 0.01,
this.elasticity = 1.0,
this.repulsion = 60.0,
this.repulsionRange = 150.0,
this.minVelocity = 10,
this.length = 50.0,
this.damping = 0.93,
});