velocityDecay method
Implementation
ForceLayout velocityDecay(double value) {
_velocityDecay = value;
_simulation?.velocityDecay(value);
return this;
}
ForceLayout velocityDecay(double value) {
_velocityDecay = value;
_simulation?.velocityDecay(value);
return this;
}