stop method

ForceLayout stop()

Implementation

ForceLayout stop() {
  _simulation?.stop();
  return this;
}