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