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